FCO / Red

A WiP ORM for Raku
Artistic License 2.0
68 stars 27 forks source link

Fix DateTime roundtrip on Pg #548

Closed patrickbkr closed 2 years ago

patrickbkr commented 2 years ago

Since currently a timestamp (without timezone) is used as the column type of DateTime columns, Pg silently strips any trailing timezone info of the given DateTime string. Thus it's necessary to convert DateTime values to UTC prior to serializing them, to not wrongly change the point in time.