techouse / intl-date-time

International DateTime for Laravel Nova
MIT License
57 stars 21 forks source link

Wrong date #15

Closed num3r06 closed 4 years ago

num3r06 commented 4 years ago

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 4 years ago

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 4 years ago

Yes! I fix timezone and all work fine Thx

fpcimmino commented 4 years ago

Hi, don't work for me. I forgot something?