dify/web/utils/timezone.ts

8 lines
126 B
TypeScript
Raw Normal View History

2023-07-31 13:30:04 +08:00
import tz from './timezone.json'
2023-05-15 08:51:32 +08:00
type Item = {
value: number | string
name: string
}
2023-07-31 13:30:04 +08:00
export const timezones: Item[] = tz