diff options
Diffstat (limited to 'movement/watch_faces')
-rw-r--r-- | movement/watch_faces/clock/world_clock_face.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 } } |