選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

timezone.ts 126B

1234567
  1. import tz from './timezone.json'
  2. type Item = {
  3. value: number | string
  4. name: string
  5. }
  6. export const timezones: Item[] = tz