Merge pull request #198 from stephan242/timezone-fully-automatic

fix(documentation): Time Zones now DST aware
This commit is contained in:
atax1a
2026-04-08 04:59:06 +00:00
committed by GitHub
2 changed files with 2 additions and 6 deletions
+1 -3
View File
@@ -41,9 +41,7 @@
* to the time zone setting, and press ALARM to cycle through the available time * to the time zone setting, and press ALARM to cycle through the available time
* zones. Press LIGHT one last time to return to the world clock display. * zones. Press LIGHT one last time to return to the world clock display.
* *
* Note that the second slot cannot display all letters or numbers. Also note * Note that the second slot cannot display all letters or numbers.
* that at this time, time zones do not automatically update for daylight saving
* time; you will need to manually adjust this field each spring and fall.
*/ */
#include "movement.h" #include "movement.h"
+1 -3
View File
@@ -37,9 +37,7 @@
* *
* For features like World Clock and Sunrise/Sunset to work correctly, you * For features like World Clock and Sunrise/Sunset to work correctly, you
* must set the time to your local time, and the time zone to your local time * must set the time to your local time, and the time zone to your local time
* zone. This allows Sensor Watch to correctly offset the time. This also * zone. This allows Sensor Watch to correctly offset the time.
* means that when daylight savings time starts or ends, you must update
* both the time and the time zone on this screen.
*/ */
#include "movement.h" #include "movement.h"