feat(footer): show local time (#42)

This commit is contained in:
Jens Krause
2025-01-06 18:31:22 +01:00
committed by GitHub
parent 66c6d7fc46
commit 94bdeeab11
9 changed files with 261 additions and 24 deletions

View File

@@ -26,3 +26,4 @@ tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
directories = "5.0.1"
clap = { version = "4.5.23", features = ["derive"] }
time = { version = "0.3.37", features = ["formatting", "local-offset"] }