From 0bb267c702be08f420efffc7dd66782c7563e130 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Sat, 12 Feb 2022 22:34:36 -0500 Subject: movement: start time zone list at UTC --- movement/watch_faces/clock/world_clock_face.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'movement/watch_faces/clock') diff --git a/movement/watch_faces/clock/world_clock_face.c b/movement/watch_faces/clock/world_clock_face.c index 6910eca0..de4eeaff 100644 --- a/movement/watch_faces/clock/world_clock_face.c +++ b/movement/watch_faces/clock/world_clock_face.c @@ -36,7 +36,7 @@ void world_clock_face_setup(movement_settings_t *settings, uint8_t watch_face_in world_clock_state_t *state = (world_clock_state_t *)*context_ptr; state->settings.char_0 = 0; state->settings.char_1 = 0; - state->settings.timezone_index = 16; // start at UTC + state->settings.timezone_index = 0; // start at UTC } } -- cgit v1.2.3