`spec-tools.transform/string->date` and `date->string` fail roundtrip for some dates · Issue #260 · metosin/spec-tools · GitHub
More Web Proxy on the site http://driver.im/
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
The root causes:
goog.date.UtcDateTime.fromIsoString
does not support extended year google/closure-library#1142goog.date.UtcDateTime.fromIsoString
adds 1900 to years with more than one leading zero google/closure-library#1143Is there a reason why
string->date
doesn't usejs/Date.parse
?The text was updated successfully, but these errors were encountered: