Bert Verhelst
3 years ago
2 changed files with 4 additions and 3 deletions
@ -1,6 +1,6 @@ |
|||
import * as dayjs from "dayjs"; |
|||
import * as timezone from "dayjs/plugin/timezone"; |
|||
import * as utc from "dayjs/plugin/utc"; |
|||
import dayjs from "dayjs"; |
|||
import timezone from "dayjs/plugin/timezone"; |
|||
import utc from "dayjs/plugin/utc"; |
|||
import timezones from "timezones-list"; |
|||
|
|||
dayjs.extend(utc) |
Loading…
Reference in new issue