add UK timezone
This commit is contained in:
parent
d73fa88b43
commit
8c363bad85
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue