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
As far as I understand, sensorlogger uses plain php date() to fill in the relevant date and time information for each sensor log report. If the server's php date is UTC, we fill in UTC date.
I guess proper and simplest workflow here would be:
Always fill in UTC date in the database (with a check, if the server's time is really UTC)
My Nextcloud (12 stable, Ubuntu 16.04) instance is set to UTC+2.
Expected behavior: sensorloger displays times in UTC+2.
Actual behavior: sensorloger displays times in UTC only.
The text was updated successfully, but these errors were encountered: