Wrong date
Closed this issue · 3 comments
num3r06 commented
Hi, great job
but if i select a date from datepicker when save resource the saved date it's a day before the selected day.
The locale it's 'it'
techouse commented
Sounds to me like you have a timezone issue. Check your config/app.php
at line 70
. Is it set to 'timezone' => 'Europe/Rome'
or is it the default UTC
? If so that would explain your error.
num3r06 commented
Yes!
I fix timezone and all work fine
Thx
fpcimmino commented
Hi, don't work for me. I forgot something?