1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-03-13 12:13:23 +00:00
bramw_baserow/web-frontend/modules/core/moment.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
307 B
JavaScript
Raw Permalink Normal View History

2021-08-11 09:30:43 +00:00
// Moment should always be imported from here. This will enforce that the timezone
// is always included. There were some problems when Baserow is installed as a
// dependency and then moment-timezone does not work. Still will resolve that issue.
import moment from 'moment-timezone'
export default moment