mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-30 08:13:22 -05:00
fix(util-frontend): improve formatting timezoneList
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
parent
5969e913b5
commit
a170694a83
@ -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…
x
Reference in New Issue
Block a user