Skip to content

Commit

Permalink
remove timezone from timed.py (#32665)
Browse files Browse the repository at this point in the history
* use timezone from tilequery mapbox api

* add timezone into cereal

* better clean

* more

* one line

* poetry lock
  • Loading branch information
BBBmau authored Jun 20, 2024
1 parent 9a084a7 commit 7013eed
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 192 deletions.
1 change: 0 additions & 1 deletion common/params.cc
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ std::unordered_map<std::string, uint32_t> keys = {
{"SnoozeUpdate", CLEAR_ON_MANAGER_START | CLEAR_ON_OFFROAD_TRANSITION},
{"SshEnabled", PERSISTENT},
{"TermsVersion", PERSISTENT},
{"Timezone", PERSISTENT},
{"TrainingVersion", PERSISTENT},
{"UbloxAvailable", PERSISTENT},
{"UpdateAvailable", CLEAR_ON_MANAGER_START | CLEAR_ON_ONROAD_TRANSITION},
Expand Down
Loading

0 comments on commit 7013eed

Please sign in to comment.