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
use ciso8601 for deserializing datetimes from the gateway
The core library
If there's a library written in c that does a task that we do often, it makes sense to use it.
use ciso8601
using datetime.datetime.fromisoformat...
datetime.datetime.fromisoformat
This should be implemented similar to orjon, using try/except imports, and else. This only really needs to change the one method in utils: parse_time.
The text was updated successfully, but these errors were encountered:
I'd like to work on this
Sorry, something went wrong.
Assigned you
elenakrittik
Successfully merging a pull request may close this issue.
Summary
use ciso8601 for deserializing datetimes from the gateway
What is the feature request for?
The core library
The Problem
If there's a library written in c that does a task that we do often, it makes sense to use it.
The Ideal Solution
use ciso8601
The Current Solution
using
datetime.datetime.fromisoformat
...Additional Context
This should be implemented similar to orjon, using try/except imports, and else. This only really needs to change the one method in utils: parse_time.
The text was updated successfully, but these errors were encountered: