add UK timezone
This commit is contained in:
parent
d73fa88b43
commit
8c363bad85
|
@ -32,6 +32,7 @@ order += "load"
|
||||||
#order += "tztime local"
|
#order += "tztime local"
|
||||||
order += "tztime DE"
|
order += "tztime DE"
|
||||||
#order += "tztime KG"
|
#order += "tztime KG"
|
||||||
|
# order += "tztime UK"
|
||||||
|
|
||||||
# look for icons: https://fontawesome.com/icons?d=gallery
|
# look for icons: https://fontawesome.com/icons?d=gallery
|
||||||
wireless wlp3s0 {
|
wireless wlp3s0 {
|
||||||
|
@ -76,6 +77,11 @@ tztime DE {
|
||||||
timezone = "Europe/Berlin"
|
timezone = "Europe/Berlin"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tztime UK {
|
||||||
|
format = "UK %a %H:%M"
|
||||||
|
timezone = "Europe/London"
|
||||||
|
}
|
||||||
|
|
||||||
tztime KG {
|
tztime KG {
|
||||||
format = "KG %a %H:%M"
|
format = "KG %a %H:%M"
|
||||||
timezone = "Asia/Bishkek"
|
timezone = "Asia/Bishkek"
|
||||||
|
|
Loading…
Reference in New Issue