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 9bedf74 commit 12d5ccbCopy full SHA for 12d5ccb
date.ts
@@ -24,7 +24,7 @@ const pad = (n: number) => (n < 10 ? `0${n}` : `${n}`);
24
25
function formatDate(
26
args: number[] = [],
27
- outputType = 'utc',
+ outputType = 'local',
28
inputType = 'local'
29
) {
30
if (Array.isArray(args) && args.length === 3) {
0 commit comments