You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is the datetime attribute of the entry <div> right?
I cannot reproduce that problem. However, I've noticed that the Date in my SQLite database is not UTC but local. Maybe this problem comes from the fact that sqlite does not store timezone and that the update script runs in a UTC environment whereas the server and client run in a UTC+0200 environment.
Hmm, you are right. I was actually setting the timezone in php-fpm config but not in the CLI’s and PHP does not really respect system timezone setting since 5.4.
We might actually want to switch to UTC and leave the time rendering to the client. Adding TZ=UTC to defaults.ini should work.
Currently, the web client shows times in wrong timezone:
Europe/Prague
Europe/Prague
Mon, 16 Jul 2018 00:00:00 +0200
2018-07-15 22:00:00
7/15/2018, 10:00:00 PM
The text was updated successfully, but these errors were encountered: