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'd be interesting to see if we could subclass/contain timedelta into such a structure that we could pass in a count of business days, and if passed into an arithmetic function on Delorean, it'd have the end result be the appropriate number of business days away. This would be kind of naive as it wouldn't consider holidays, but nonetheless it seems it might be handy.
Worst case I write a function on my end that does the work externally, but I think it might be a neat feature in the library.
The text was updated successfully, but these errors were encountered:
It'd be interesting to see if we could subclass/contain
timedelta
into such a structure that we could pass in a count of business days, and if passed into an arithmetic function onDelorean
, it'd have the end result be the appropriate number of business days away. This would be kind of naive as it wouldn't consider holidays, but nonetheless it seems it might be handy.Worst case I write a function on my end that does the work externally, but I think it might be a neat feature in the library.
The text was updated successfully, but these errors were encountered: