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
The SPEC states that 2018-01-01 should parse as midnight on that date. And that 2009-10-15T09:00:00 should parse using the default location.
2018-01-01
2009-10-15T09:00:00
Currently we require both the time and the time offset to be specified.
The text was updated successfully, but these errors were encountered:
check with @nathanielc to see if we need to implement both rust + golang parsers or just rust
Sorry, something went wrong.
This was closed in error
This was implemented, short date without a time can be parsed assuming a time of UTC midnight.
No branches or pull requests
The SPEC states that
2018-01-01
should parse as midnight on that date. And that2009-10-15T09:00:00
should parse using the default location.Currently we require both the time and the time offset to be specified.
The text was updated successfully, but these errors were encountered: