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:
Aminda Suomalainen 2019-02-21 09:23:00 +02:00
parent 83c93cfab6
commit 960da118f1
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ battery all {
tztime utc {
timezone = "UTC"
# ISO 8601ish
format = "%Z: %Y-%m-%d %H:%H:%S(%z)"
format = "%Z: %Y-%m-%d %H:%M:%S(%z)"
}
tztime local {