how does Xojo handle postgres "timestamp with time zone" ?

Hi all

everything is in the title
when I ask a fieldschema about the column, it returns me a type 10 which is a “timestamp” only
when I store a timestamp to a pg database that has a “timestamp with time zone” column, what does xojo do ? handle itself the TZ or forgetting it ?

thanks.