dify / web /utils /timezone.ts
Severian's picture
initial commit
a8b3f00
raw
history blame contribute delete
126 Bytes
import tz from './timezone.json'
type Item = {
value: number | string
name: string
}
export const timezones: Item[] = tz