You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i parse a date as DateAsDate, it adds timezone informations from my local computer. 2014-10-27 becomes 2014-10-26, which is wrong. Is there a way to ignore the timezone and calculate it in UTC? I looked for a solution to start node.js in UTC, but this is not possible on windows.
When i parse a date as
DateAsDate
, it adds timezone informations from my local computer.2014-10-27
becomes2014-10-26
, which is wrong. Is there a way to ignore the timezone and calculate it in UTC? I looked for a solution to start node.js in UTC, but this is not possible on windows.The text was updated successfully, but these errors were encountered: