Files
2022-06-17 13:06:44 +02:00

5 lines
90 B
TypeScript

import * as dayjs from 'dayjs'
import * as utc from 'dayjs/plugin/utc'
dayjs.extend(utc)