refactor: replace time with jiff

Also updates the `timedatectl` example from `chrono` to `jiff`.
This commit is contained in:
Vukašin Vojinović 2026-03-13 14:17:49 +01:00 committed by Michael Murphy
parent 0fa672f8da
commit cc80763ffc
10 changed files with 41 additions and 46 deletions

View file

@ -15,8 +15,7 @@ all-features = true
zbus.workspace = true
[dev-dependencies]
chrono = "0.4.42"
chrono-tz = "0.10.4"
jiff.workspace = true
zbus.workspace = true
zbus.features = ["tokio"]