mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
i3status: fix UTC time format
I had hours twice and not minutes at all, I wondered how can UTC be 07:07 while UTC+0200 was 09:21 or so.
This commit is contained in:
parent
83c93cfab6
commit
960da118f1
@ -57,7 +57,7 @@ battery all {
|
|||||||
tztime utc {
|
tztime utc {
|
||||||
timezone = "UTC"
|
timezone = "UTC"
|
||||||
# ISO 8601ish
|
# ISO 8601ish
|
||||||
format = "%Z: %Y-%m-%d %H:%H:%S(%z)"
|
format = "%Z: %Y-%m-%d %H:%M:%S(%z)"
|
||||||
}
|
}
|
||||||
|
|
||||||
tztime local {
|
tztime local {
|
||||||
|
Loading…
Reference in New Issue
Block a user