test240527 / web /utils /timezone.ts
Xin Zhang
initial dify code
27fd333
raw
history blame contribute delete
126 Bytes
import tz from './timezone.json'
type Item = {
value: number | string
name: string
}
export const timezones: Item[] = tz