We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df6dc47 commit 63b4015Copy full SHA for 63b4015
2 files changed
packages/global/common/string/time.ts
@@ -1,7 +1,7 @@
1
import dayjs from 'dayjs';
2
import cronParser from 'cron-parser';
3
-import utc from 'dayjs/plugin/utc';
4
-import timezone from 'dayjs/plugin/timezone';
+import utc from 'dayjs/plugin/utc.js';
+import timezone from 'dayjs/plugin/timezone.js';
5
import { i18nT } from '../i18n/utils';
6
7
dayjs.extend(utc);
packages/global/common/time/timezone.ts
import timezones from 'timezones-list';
// timezones-list is CJS; under ESM interop the default import may receive
// {default: [...]} instead of the array. Normalize at import time.
0 commit comments