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

Feature Request: DateUtil package to augment DateTime functionality in Python #31

Open
OluAgunloye opened this issue Sep 23, 2020 · 0 comments

Comments

@OluAgunloye
Copy link

There may be multiple datetime formats (even within ISO 8601) that other processes operating in other languages pass to these workflows.

Notably, Javascript typically returns something like: 2020-03-24T00:47:49.8090000Z for a datetime object.

The docs
(https://docs.python.org/3/library/datetime.html#datetime.datetime.fromisoformat)
suggest dateutil to gain the functionality of arbitrary ISO 8601 datetime parsing from dateutil.parser.isoparse

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

No branches or pull requests

1 participant