]> git.earman.xyz Git - sensor-watch.git/commitdiff
fix(documentation): Time Zones now DST aware
authorStephan <99481666+stephan242@users.noreply.github.com>
Sat, 4 Apr 2026 21:48:43 +0000 (22:48 +0100)
committerStephan <99481666+stephan242@users.noreply.github.com>
Sat, 4 Apr 2026 21:48:43 +0000 (22:48 +0100)
watch-faces/clock/world_clock_face.h
watch-faces/settings/set_time_face.h

index c2190d9dd8a45477b8b62fd70f6ae59e3cbde854..a35a3106217daa4bc54b6012c707e51f4105c991 100644 (file)
@@ -41,9 +41,7 @@
  * 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.
  *
- * Note that the second slot cannot display all letters or numbers. Also note
- * 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.
+ * Note that the second slot cannot display all letters or numbers.
  */
 
 #include "movement.h"
index 7f2c26310cb9f45dc13893e22df813c3263dd58d..3de6c568c87a6a72aca93b47a884fd5d092d12ef 100644 (file)
@@ -37,9 +37,7 @@
  *
  * 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
- * zone. This allows Sensor Watch to correctly offset the time. This also
- * means that when daylight savings time starts or ends, you must update
- * both the time and the time zone on this screen.
+ * zone. This allows Sensor Watch to correctly offset the time.
  */
 
 #include "movement.h"