Skip to content

Fix timestamp handling

Eevans requested to merge timestamps into main

When querying for a range of strings, 20190101 is not equivalent to 2019010100, which is why you should use a timestamp type when the type is...well timestamp. Friends don't let friends implement bespoke timestamp semantics with strings.

Merge request reports