mamchenkov.net
JavaScript Date.UTC() with a month off by one
It's like they say - there are two difficult things in Computer Science: naming things, invaliding cache, and off-by-one errors. Today I came across a weird issue with JavaScript's Date.UTC() shifting the month by one. The day and year were fine, but the month was off by one. Interesting, considering that the date was parsed … Continue reading JavaScript Date.UTC() with a month off by one