Skip to content
New issue

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

Implement shorthand time literals #152

Closed
nathanielc opened this issue Oct 19, 2018 · 3 comments
Closed

Implement shorthand time literals #152

nathanielc opened this issue Oct 19, 2018 · 3 comments

Comments

@nathanielc
Copy link
Contributor

nathanielc commented Oct 19, 2018

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.

Currently we require both the time and the time offset to be specified.

@aanthony1243
Copy link
Contributor

check with @nathanielc to see if we need to implement both rust + golang parsers or just rust

@nathanielc
Copy link
Contributor Author

This was closed in error

@nathanielc
Copy link
Contributor Author

This was implemented, short date without a time can be parsed assuming a time of UTC midnight.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants