Swap local and UTC time

This commit is contained in:
Adam Gausmann 2018-12-22 16:50:40 -06:00
parent 8a03abe947
commit a7e46f6ea3

View file

@ -11,8 +11,8 @@ order += "disk /home"
order += "volume default" order += "volume default"
order += "battery all" order += "battery all"
order += "cpu_usage" order += "cpu_usage"
order += "tztime local"
order += "tztime utc" order += "tztime utc"
order += "tztime local"
battery all { battery all {
format = "%status %percentage %remaining" format = "%status %percentage %remaining"
@ -45,13 +45,13 @@ ipv6 {
format_down = "" format_down = ""
} }
tztime local { tztime utc {
format = "%Y-%m-%d %H:%M:%S" format = "%Y-%m-%d %H:%M:%S"
timezone = UTC
} }
tztime utc { tztime local {
format = "utc %H:%M" format = "%H:%M"
timezone = UTC
} }
volume default { volume default {