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 18a6810 commit ff5e090Copy full SHA for ff5e090
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