Browse Source
fix(util-frontend): improve formatting timezoneList
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
pull/391/head
Bert Verhelst
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
src/util-frontend.ts
|
@ -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) { |
|
|