dify/web/utils/timezone.ts
2023-07-31 13:30:04 +08:00

8 lines
126 B
TypeScript

import tz from './timezone.json'
type Item = {
value: number | string
name: string
}
export const timezones: Item[] = tz