mirror of
https://github.com/standardnotes/server
synced 2026-07-13 05:01:06 -04:00
5 lines
90 B
TypeScript
5 lines
90 B
TypeScript
import * as dayjs from 'dayjs'
|
|
import * as utc from 'dayjs/plugin/utc'
|
|
|
|
dayjs.extend(utc)
|