-
-
Notifications
You must be signed in to change notification settings - Fork 752
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
Move to ciso8601 for datetime #5692
Conversation
I've brought up a python 3.8 RockyLinux ST2 using this change, and added some debugging to check that it didn't fall through to the catchall of using standard datetime. I haven't done any benchmarking but the benchmarking of ciso8601 compared to udatetime compared to native python is available on other sites. It generally is much better than native python but not quite as quick as udatetime. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome
Just to be clear - you mean ISO8601, correct? |
ISO8601 is the standard ciso8601 is the python library |
Problems using udatetime on python3.9 and it isn't supported.
It was proposed that ciso8601 is used instead.
Relates to #5346