3

Working with dates in JavaScript is a real pain in the ass if you don't pay attention to timezones :(

Comments
  • 1
    Or leap years, or daylight savings, or system time, or the million other things that make date and time code shitty.
  • 2
    That is why I use momentJS.
Add Comment