forceDecodeTimestamptzAsUTC property

bool forceDecodeTimestamptzAsUTC
getter/setter pair

If true, decodes the timestamp with timezone (timestamptz) as UTC. If false, decodes the timestamp with timezone using the timezone defined in the connection.

Implementation

bool forceDecodeTimestamptzAsUTC = true;