dayjs icon indicating copy to clipboard operation
dayjs copied to clipboard

localizedFormat overrides default format

Open jb-alvarado opened this issue 1 year ago • 0 comments

Hello, some how the localizedFormat plugin overrides the default format. When remove this plugin and write in my code:

console.log(dayjs().utc().format())

I get this result:

2024-03-06T09:32:59Z

But when I enable it, I get:

2024-03-06T09:33:29+00:00

First I though is a dayjs issue, but in that test box it works like it should.

Any idea?

jb-alvarado avatar Mar 06 '24 09:03 jb-alvarado