-
Notifications
You must be signed in to change notification settings - Fork 20
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
[Question] datetime.datetime
from TimePoint
?
#196
Comments
Hi, I don't think we have a method for doing that, but there are a couple of ways of achieving it currently:
Note: the above applies to isodateime 2.0.2 (current version). In the next version (likely to be called isodatetime 2.1.0), the |
Thanks for the response. 👏 I ended up writing a quick and dirty comparison function, that works well enough for my use case (the use case has very relaxed requirements). |
Hey everyone 👋,
I just found out about this project and was hoping to add
metomi/isodatetime
tociso8601
's parser benchmarks.Is there a way to get a
datetime.datetime
object from aTimePoint
object?(In my case, I'm trying to do an equivalency comparison with a datetime)
I took a quick look through this project's code, but was unsuccessful.
The text was updated successfully, but these errors were encountered: