fix: use PDT isntead of UTC
This commit is contained in:
parent
3dcd3f00d8
commit
adb929227b
3 changed files with 52 additions and 1 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue