| Crates.io | automatic-timezoned |
| lib.rs | automatic-timezoned |
| version | 2.0.112 |
| created_at | 2022-07-23 20:45:29.791492+00 |
| updated_at | 2026-01-25 22:12:39.25202+00 |
| description | Automatically update system timezone based on location |
| homepage | |
| repository | https://github.com/maxbrunet/automatic-timezoned |
| max_upload_size | |
| id | 631706 |
| size | 260,310 |
A Linux daemon to automatically update the system timezone based on location.
systemd-timedatedNote: The timezone choice may not be accurate if very close to a timezone border due to tzf-rs using simplified shape data.
org.freedesktop.timedate1.set-timezone action (root or Polkit rule)whitelist
(see also Stebalien/localtime - Configuring GeoClue, geoclue/geoclue#74)Please see the examples/ directory for sample configurations.
$ automatic-timezoned --help
Automatically update system timezone based on location
Usage: automatic-timezoned [OPTIONS]
Options:
-l, --log-level <LOG_LEVEL> Log level filter. See <https://docs.rs/env_logger> for syntax [env: AUTOTZD_LOG_LEVEL=] [default: info]
-h, --help Print help
-V, --version Print version
cargo build --release
cargo test
This service depends on the tzf-rs package which bundles timezones and their geographical borders,
here are some alternatives which have made different trade-offs for performance and accuracy:
tzdata package and Nominatim Web API for distances.GNU General Public License v3.0