Quantcast
Viewing all articles
Browse latest Browse all 10

Javascript datetime strings ignoring timezone offset (experiment)

My worst nightmare are date objects, so I’ve created a fiddle to see how it works, and try to find a solution for date strings in the following format 2015-10-05T11:49:13.587Z but taking care of current timezone. Basically, I want to be able to write new Date() (or similar) and get 2015-10-05T09:49:13.587Z instead of 2015-10-05T11:49:13.587Z. It […]

The post Javascript datetime strings ignoring timezone offset (experiment) appeared first on BlogoSfera.


Viewing all articles
Browse latest Browse all 10

Trending Articles