mirror of
https://github.com/standardnotes/server
synced 2026-01-16 20:04:32 -05: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)
|