yjs/lib/time.js

4 lines
94 B
JavaScript

export const getDate = () => new Date()
export const getUnixTime = () => getDate().getTime()