mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-30 18:24:03 +00:00
fix(util-frontend): improve formatting timezoneList
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
parent
5969e913b5
commit
a170694a83
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ function getTimezoneOffset(timeZone) {
|
||||||
}
|
}
|
||||||
|
|
||||||
export function timezoneList() {
|
export function timezoneList() {
|
||||||
|
|
||||||
let result = [];
|
let result = [];
|
||||||
|
|
||||||
for (let timezone of timezones) {
|
for (let timezone of timezones) {
|
||||||
|
|
Loading…
Reference in a new issue