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.
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.