Time zone name instead of offset in time display

This commit is contained in:
2025-06-08 09:59:59 -07:00
parent be96618f76
commit c33360fb7b
2 changed files with 20 additions and 2 deletions

View File

@@ -11,4 +11,6 @@ serde_json = "1.0.113"
curl = "0.4.46"
regex = "1.11.1"
chrono = "0.4.41"
chrono-tz = "0.10.3"
iana-time-zone = "0.1.63"
clap = { version = "4.5.1", features = ["derive"] }