Javascript Date different result between Internet Explorer And Chrome -


my problem creating new date object on javascript. when create new date object results below:

internet explorer

chrome

yes i'm aware timezones different. same url path, same page, browser different.

how can fix it?

those same dates. explorer seems hour ahead (gmt+0300), , displaying nov 1, 00:00:00. chrome hour behind (gmt+0200), it's displaying oct 31, 23:00:00.


Comments