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
Hi! Thank you for your library, I just wanna know is it likely that you will add support for negative deltas? For example
timeparse('-1 days -00:00:14.513431')
gives None, why it would be nice (at least for my purpose) to get negative number of seconds in this delta. Probably also output should be the same for such input
timeparse('-1 days 00:00:14.513431')
It's not crucial and could be circumvented of course, but would be nice to have it from the box, thank you)
The text was updated successfully, but these errors were encountered:
Hi! Thank you for your library, I just wanna know is it likely that you will add support for negative deltas? For example
timeparse('-1 days -00:00:14.513431')
gives None, why it would be nice (at least for my purpose) to get negative number of seconds in this delta. Probably also output should be the same for such input
timeparse('-1 days 00:00:14.513431')
It's not crucial and could be circumvented of course, but would be nice to have it from the box, thank you)
The text was updated successfully, but these errors were encountered: