-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Invalid datetime.time.fromisoformat #124257
Comments
Some other discussions on supporting this: dotnet/runtime#12197, astropy/astropy#9837 Also note the documentation of
The part "in any valid ISO 8601" suggest that |
On one hand it says |
Bug report
Bug description:
According to the standard ISO 8601
Thus the value ‘24:00:00’ is chosen to represent the final instant of the day in order to distinguish the expression of this instant from an expression of a time scale unit.
Link to standard pdf
CPython versions tested on:
3.10, 3.12
Operating systems tested on:
Linux, macOS
The text was updated successfully, but these errors were encountered: