01-02-2025, 10:38 PM
I have the same problem!
UTC time offsets are incorrect and inconsistent
- On one board, UTC-N give UTC-(N+1). E.g., I am in Americas/New_York which is now on EST which is UTC-5 but when set to UTC-5, the time reads as UTC-4
- On another board, when set to UTC-5, it shows UTC-13
Also the display of time (under `index.html`) is non-standard. Specifically, it doesn't force 2 digits for the display of seconds, minutes (or hours).
For example: 4:07:05 reads as: 4:7:5 which I have never seen.
This should be a pretty simple bug in the code to correct as it just requires the correct arithmetic to add/subtract from UTC hours plus the correct formatting of the time printout.
Note I am using FW 2.2.10
UTC time offsets are incorrect and inconsistent
- On one board, UTC-N give UTC-(N+1). E.g., I am in Americas/New_York which is now on EST which is UTC-5 but when set to UTC-5, the time reads as UTC-4
- On another board, when set to UTC-5, it shows UTC-13
Also the display of time (under `index.html`) is non-standard. Specifically, it doesn't force 2 digits for the display of seconds, minutes (or hours).
For example: 4:07:05 reads as: 4:7:5 which I have never seen.
This should be a pretty simple bug in the code to correct as it just requires the correct arithmetic to add/subtract from UTC hours plus the correct formatting of the time printout.
Note I am using FW 2.2.10