You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to me like the time of day should still be considered when comparing naive times, not just the calendar date.
If you want to preserve the original functionality of only comparing the calendar date, maybe another function should be added like compare_date. I can implement it if the maintainer agrees, any thoughts?
The text was updated successfully, but these errors were encountered:
This is a bug but not in the comparison feature. parse should not accept a string that does not have an offset.
It seems like the parse function has several bugs and I need to find the time to make a complete overhaul.
Thanks for the issue
Thanks for the package, I've gotten lots of use out of it! One thing I noticed is that running this code:
will result in
Lt
, while running this code:will result in
Eq
, and this code:will result in
Lt
.It seems to me like the time of day should still be considered when comparing naive times, not just the calendar date.
If you want to preserve the original functionality of only comparing the calendar date, maybe another function should be added like
compare_date
. I can implement it if the maintainer agrees, any thoughts?The text was updated successfully, but these errors were encountered: