-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: End time #26
feat: End time #26
Conversation
@pnadolny13 - Wdyt of adding support for a relative offset here? I did some research and ISO 8601 standard we're using elsewhere does have support for intervals, which (when provided as negative) we could interpret as a definition relative to "now". It occurs to me since we're basically defaulting to a relative date here, it would be worthwhile to be able to express that default in terms on the input values supported. ProposalFor this PR: What do you think of us defining
Implications for
|
@aaronsteers oh I like that idea! I have thoughts on that but do you mind if we merge this as v1 then have another PR to implement the improved end_date syntax? I want to get this deployed as soon as possible to test that its actually resolving the problem I think we have. UPDATE: I opened #27 with my thoughts |
@pnadolny13 - sounds great! 👍 |
Closes #25
@aaronsteers let me know if you have any thoughts?