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
I was looking at the supported types, and I saw that timestamptz (timestamp with time zone) isn't supported. When it is stored in the DB, it has the same information as timestamp, so maybe it could be possible to decode it into the same type as timestamp (#(#(Int, Int, Int), #(Int, Int, Int))), although when encoding I think there should be an option to input a timezone (maybe a type like (#(#(Int, Int, Int), #(Int, Int, Int), Int))
The text was updated successfully, but these errors were encountered:
I was looking at the supported types, and I saw that
timestamptz
(timestamp with time zone) isn't supported. When it is stored in the DB, it has the same information astimestamp
, so maybe it could be possible to decode it into the same type as timestamp (#(#(Int, Int, Int), #(Int, Int, Int))
), although when encoding I think there should be an option to input a timezone (maybe a type like (#(#(Int, Int, Int), #(Int, Int, Int), Int)
)The text was updated successfully, but these errors were encountered: