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
I have data with unix timestamps. I tried to use the time.format option to convert these, but as it turns out, the format option is used only as a last resort in Scale.Time::parseTime
Two problems:
It appears to me that it is unexpected behaviour to silently ignore an explicitly set configuration and use the built-in heuristic.
The check for numeric values appears to be too broad as there's an unlimited amount of numeric date & time formats that Moment cannot parse.