You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generally it's recommended to use the timestamptz type instead of the timestamp type, so we should support this. I think supporting this is probably very simple as it's stored the same on disk as the timestamp type, but it needs a few tests too. If easy, it would be good to support filtering on timestamptz too.
The text was updated successfully, but these errors were encountered:
This type is very commonly used and to me this seems like an oversight for 0.1; if this is just a few lines of code it would be great to get this done.
Generally it's recommended to use the
timestamptz
type instead of thetimestamp
type, so we should support this. I think supporting this is probably very simple as it's stored the same on disk as thetimestamp
type, but it needs a few tests too. If easy, it would be good to support filtering ontimestamptz
too.The text was updated successfully, but these errors were encountered: