]> git.earman.xyz Git - sensor-watch.git/commit
Merge PR #470 - implement automatic DST toggling
authorMatheus Afonso Martins Moreira <matheus@matheusmoreira.com>
Sun, 8 Sep 2024 16:41:52 +0000 (13:41 -0300)
committerMatheus Afonso Martins Moreira <matheus@matheusmoreira.com>
Sun, 8 Sep 2024 16:41:52 +0000 (13:41 -0300)
commitac5bf8cfce67cdb5662aeea618c2eb9511f0d190
tree8cafc6b7058e9fe5315cbc9829c60db75af6ca44
parent5a8a49a8c77d6d5ba0f46f0e5b51dec2daba46db
parent5ae88e438d79bcdb6e18f58aa165d4cf9ef6f87f
Merge PR #470 - implement automatic DST toggling

Implements logic to automatically offset daylight saving time settings
when calculating timezone offsets. This should make the DST functions
work automatically with no need for user input in most cases.

Reviewed-by: Matheus Afonso Martins Moreira <matheus@matheusmoreira.com>
GitHub-Pull-Request: https://github.com/joeycastillo/Sensor-Watch/pull/470
16 files changed:
movement/movement.c
movement/movement.h
movement/movement_config.h
movement/watch_faces/clock/world_clock2_face.c
movement/watch_faces/clock/world_clock_face.c
movement/watch_faces/complication/countdown_face.c
movement/watch_faces/complication/planetary_hours_face.c
movement/watch_faces/complication/planetary_time_face.c
movement/watch_faces/complication/sunrise_sunset_face.c
movement/watch_faces/complication/sunrise_sunset_face.h
movement/watch_faces/complication/totp_face.c
movement/watch_faces/complication/totp_face_lfs.c
movement/watch_faces/settings/set_time_face.c
movement/watch_faces/settings/set_time_hackwatch_face.c
watch-library/shared/watch/watch_utility.c
watch-library/shared/watch/watch_utility.h