dayjs
dayjs copied to clipboard
localizedFormat overrides default format
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?