add UK timezone

This commit is contained in:
Frieder Schlesier 2019-10-15 18:22:24 +02:00
parent d73fa88b43
commit 8c363bad85
1 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,7 @@ order += "load"
#order += "tztime local"
order += "tztime DE"
#order += "tztime KG"
# order += "tztime UK"
# look for icons: https://fontawesome.com/icons?d=gallery
wireless wlp3s0 {
@ -76,6 +77,11 @@ tztime DE {
timezone = "Europe/Berlin"
}
tztime UK {
format = "UK %a %H:%M"
timezone = "Europe/London"
}
tztime KG {
format = "KG %a %H:%M"
timezone = "Asia/Bishkek"