From 960da118f1d8e77ba3705ec8c27bdef327d27fe1 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 21 Feb 2019 09:23:00 +0200 Subject: [PATCH] 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. --- conf/i3status/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/i3status/config b/conf/i3status/config index 5fc2577e..d4b4c5bd 100644 --- a/conf/i3status/config +++ b/conf/i3status/config @@ -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 {