I want to create the following Date object:
new Date("1753-01-01T04:00:00+01:00")
The date object then contains "Mon Jan 01 1753 04:05:21 GMT+0105".
Why do Chrome and Firefox add five minutes to the timezone offset?
I want to create the following Date object:
new Date("1753-01-01T04:00:00+01:00")
The date object then contains "Mon Jan 01 1753 04:05:21 GMT+0105".
Why do Chrome and Firefox add five minutes to the timezone offset?