Skip to content
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

Allow querying datetime values with time accuracy #1107

Open
rowanseymour opened this issue Jun 23, 2022 · 0 comments
Open

Allow querying datetime values with time accuracy #1107

rowanseymour opened this issue Jun 23, 2022 · 0 comments

Comments

@rowanseymour
Copy link
Member

Currently we allow dates to have time but then just ignore it. Should work like..

created_on = 01-12-2021 - should match 2021-12-01T00:00 <= created_on < 2021-12-02T00:00

created_on = 01-12-2021 14:00 - should match 2021-12-01T14:00 <= created_on < 2021-12-02T14:01

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant