I'm seeing some behavior I don't understand with Javascript date objects and DST transitions. If I execute the following in Chrome's javascript console
var date = new Date(1268535600000); //2010-03-14T03:00:00.000Z (21:00 03-13 ...
I am trying to output a series of times in hour (on the hour) intervals within Javascript (so inside a web browser such as Firefox). This series of times will overlap ...