mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 14:47:14 +01:00
Upgraded next and prisma. Replaced moment-timezone.
This commit is contained in:
parent
620a838173
commit
fccb1ddd9a
7 changed files with 3036 additions and 160 deletions
|
|
@ -1,11 +1,10 @@
|
|||
import { useState } from 'react';
|
||||
import { Dropdown, Item, Button, Flexbox } from 'react-basics';
|
||||
import moment from 'moment-timezone';
|
||||
import { useTimezone, useMessages } from 'components/hooks';
|
||||
import { getTimezone } from 'lib/date';
|
||||
import styles from './TimezoneSetting.module.css';
|
||||
|
||||
const timezones = moment.tz.names();
|
||||
const timezones = Intl.supportedValuesOf('timeZone');
|
||||
|
||||
export function TimezoneSetting() {
|
||||
const [search, setSearch] = useState('');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue