Revert PR #470 - fixes world_clock2 face
The DST code has not yet been fully tested, the upcoming movement refactor is upon us and it will integrate with the micro timezone library anyway. Revert it so that next can be merged into main. This reverts commit3c86a42aa8, reversing changes made tobe969c4deb.
This commit is contained in:
@@ -162,7 +162,6 @@ static bool _world_clock_face_do_settings_mode(movement_event_t event, movement_
|
||||
case 3:
|
||||
state->settings.bit.timezone_index++;
|
||||
if (state->settings.bit.timezone_index > 40) state->settings.bit.timezone_index = 0;
|
||||
state->tz_curr = get_timezone_offset(state->settings.bit.timezone_index, watch_rtc_get_date_time());
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user