fun with timezones

This commit is contained in:
2023-09-29 12:39:45 +02:00
parent 665cbe7aae
commit e41aa9b4e7
5 changed files with 47 additions and 26 deletions

View File

@ -18,6 +18,7 @@ argon2 = "0.5"
serde = { version = "1.0", features = [ "derive" ]}
serde_json = "1.0"
chrono = { version = "0.4", features = ["serde"]}
chrono-tz = "0.8"
tera = { version = "1.18", features = ["date-locale"], optional = true}
ics = "0.5"
futures = "0.3"