-
Notifications
You must be signed in to change notification settings - Fork 4
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
Support Date, DateTime #3
Comments
Thanks. I've just seen your thread over on Anyway yes, it makes sense to have infinite times. Probably we need a new extended type, something like |
@fchorney If you're working on this, please note that the representation of Also I'm going to restructure the code sometime as in #5, so it would be helpful if you put all your new code into a |
Ok sounds good. Thanks for the heads up! |
Hi,
First off, thanks for making this package!
I am wondering if you would be open to adding Date and DateTime support to this package, as I would like to use Infinity as an unbounded date for date intervals.
I guess we would need to expand on the
InfExtended
datatype, or even make something else such asInfDateExtended
.Would you be open to taking a PR that adds this support, as I would love to start working on such a thing right away.
Thanks!
The text was updated successfully, but these errors were encountered: