goflow
goflow copied to clipboard
Allow querying datetime values with time accuracy
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