-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Running
select now() - start_timestamp from records limit 5;Results in an error:
Cannot coerce arithmetic expression Timestamp(Nanosecond, Some("+00:00")) - Timestamp(Microsecond, Some("UTC")) to valid types
As far as I know UTC is alwasy identical to +00:00 so these two should be considered equivilant?
To Reproduce
No response
Expected behavior
Timezones which are practically equivalent — e.g. have the same offset and DST semantics should allow subtraction to get an interval.
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working