Shouldn't moment use the local timezone for everything when created with moment()?
It definitely doesn't. Is there any way around using .local() everywhere? Or am I doing anything wrong? This might cause many bugs in my application and it is the first time I come across it.
I have to add that I had the node application running and put my PC in sleep - after waking it up this occurs! A new node instance doesn't let me reproduce it!