-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Description
dayjs.utc('2000-01-01T06:01:02Z').utcOffset(1, true).format()
'2000-01-01T06:01:02+01:00'
dayjs.utc('2000-01-01T06:01:02Z').utcOffset(1, true).valueOf()
946731662000
moment.utc('2000-01-01T06:01:02Z').utcOffset(1, true).format()
'2000-01-01T06:01:02+01:00'
moment.utc('2000-01-01T06:01:02Z').utcOffset(1, true).valueOf()
946702862000
Metadata
Metadata
Assignees
Labels
No labels

