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
{{ message }}
This repository has been archived by the owner on Nov 16, 2018. It is now read-only.
E.g. when creating the moment I want to do this:
moment.utc('datetime string', 'format string', true) not
moment.('datetime string', 'format string', true)
As per the moment docs:
By default, moment parses and displays in local time.
If you want to parse or display a moment in UTC, you can use moment.utc() instead of moment().
This brings us to an interesting feature of Moment.js. UTC mode.
Could this be added as a prop - to use moment in UTC mode?
The text was updated successfully, but these errors were encountered: