-
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
Update datemath expressions #202
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Samuel Greene <[email protected]>
🦋 Changeset detectedLatest commit: a18af87 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Signed-off-by: Samuel Greene <[email protected]>
Coverage after merging DatemathFix into main will be
Coverage Report
|
last36Months: { from: 'now/d-36M', to: 'now' }, | ||
last48Months: { from: 'now/d-48M', to: 'now' }, | ||
last60Months: { from: 'now/d-60M', to: 'now' }, | ||
last1Hour: { from: 'now/h-1h', to: 'now/h-1ms' }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure this is what we want. The last hour no longer means one hour from right now. In general, these changes are not inclusive of the current time which would be misleading for something like bids where you wouldn't want to have to check at the start of the next hour or the next day for something that was actually present right now.
Fixes date math expressions that were missing rounding and 1ms offset. Should improve caching and fix subtle bugs.