goflow icon indicating copy to clipboard operation
goflow copied to clipboard

Allow querying datetime values with time accuracy

Open rowanseymour opened this issue 2 years ago • 0 comments

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

rowanseymour avatar Jun 23 '22 15:06 rowanseymour