We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spec-tools.transform/string->date
date->string
The root causes:
goog.date.UtcDateTime.fromIsoString
Is there a reason why string->date doesn't use js/Date.parse?
string->date
js/Date.parse
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: