From a32e5d1d8f6b362a990121478ec2b0a7d221d11c Mon Sep 17 00:00:00 2001 From: hueso Date: Wed, 17 Dec 2025 00:15:33 -0300 Subject: [PATCH] wyoscan: use local time --- watch-faces/clock/wyoscan_face.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watch-faces/clock/wyoscan_face.c b/watch-faces/clock/wyoscan_face.c index c2f75029..721927a7 100644 --- a/watch-faces/clock/wyoscan_face.c +++ b/watch-faces/clock/wyoscan_face.c @@ -114,7 +114,7 @@ bool wyoscan_face_loop(movement_event_t event, void *context) { break; case EVENT_TICK: if (!state->animate) { - date_time = watch_rtc_get_date_time(); + date_time = movement_get_local_date_time(); state->start = 0; state->end = 0; state->animation = 0;