mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-09-04 09:13:21 +00:00
fix(util-frontend): improve formatting timezoneList
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
co-authored by
Adam Stachowicz
parent
5969e913b5
commit
a170694a83
@@ -18,7 +18,6 @@ function getTimezoneOffset(timeZone) {
|
||||
}
|
||||
|
||||
export function timezoneList() {
|
||||
|
||||
let result = [];
|
||||
|
||||
for (let timezone of timezones) {
|
||||
|
||||
Reference in New Issue
Block a user