add time with seconds

This commit is contained in:
2023-09-22 22:32:19 +02:00
parent a28610f821
commit efebb0c1f4
2 changed files with 6 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ embedded-graphics = "0.8.0"
substring = "1.4.5"
tinybmp = "0.5.0"
openweathermap = { path = "../openweathermap" }
chrono = { version = "0.4.23", default-features = false , features = ["iana-time-zone"] }
chrono = { version = "0.4.23", default-features = false , features = ["clock", "std","iana-time-zone"] }
chrono-tz = "0.8.0"
colored = "2.0.0"
datetime = "0.5.2"