-
Notifications
You must be signed in to change notification settings - Fork 212
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
Bug in lib/time: time.parse_time can't support format like Python #499
Comments
I don't think that this qualifies as a bug, as this is by design. The comments in the implementation specify that Lines 32 to 36 in dded032
So the literal string |
This package exists only in the Go implementation. In hindsight exposing this very Go-centric API for time formatting was perhaps a mistake, and if other implementations (Java, Rust) were to want a time package we should probably revisit it. |
OK: |
Errors for format=
RFC3339
or%Y-%m-%dT%H:%M:%S.%f
The text was updated successfully, but these errors were encountered: