Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 518495a commit 92db80cCopy full SHA for 92db80c
site/src/components/WorkspaceScheduleForm/zones.ts
@@ -1,3 +1,3 @@
1
import tzData from "tzdata"
2
3
-export const zones: string[] = Object.keys(tzData.zones)
+export const zones: string[] = Object.keys(tzData.zones).sort()
0 commit comments