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 Sep 20, 2021. It is now read-only.
We should do a pass over all of the current time formats used and standardize them. There are very likely some timezone bugs in the current time format parsing code. Also, moment.js doesn't natively support some of the time formats we are using, leading to this warning:
Deprecation warning: value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We should do a pass over all of the current time formats used and standardize them. There are very likely some timezone bugs in the current time format parsing code. Also, moment.js doesn't natively support some of the time formats we are using, leading to this warning:
The text was updated successfully, but these errors were encountered: