movement: start time zone list at UTC

This commit is contained in:
Joey Castillo
2022-02-12 22:34:36 -05:00
parent 96017d6ec1
commit 0bb267c702
2 changed files with 42 additions and 43 deletions

View File

@@ -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
}
}