dify / web /utils /timezone.ts
Last commit not found
raw
history blame
126 Bytes
import tz from './timezone.json'
type Item = {
value: number | string
name: string
}
export const timezones: Item[] = tz