fix: use PDT isntead of UTC

This commit is contained in:
Jet 2026-03-24 14:20:16 -07:00
parent 3dcd3f00d8
commit adb929227b
No known key found for this signature in database
3 changed files with 52 additions and 1 deletions

View file

@ -10,6 +10,7 @@ workspace = true
anyhow = "1.0"
axum = "0.8"
chrono = "0.4"
chrono-tz = "0.10"
noisebell-common = { path = "../noisebell-common" }
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
rusqlite = { version = "0.33", features = ["bundled"] }