Specifies that PgDAC uses the native PostgreSQL server rules when reading data that includes a time zone.
property ExactTimeZone: boolean default False;
Use the ExactTimeZone property to instruct PgDAC to read time zone data by applying the native PostgreSQL server rules. This helps ensure that time zone-aware data is interpreted consistently with the server.
Note: When using ExactTimeZone, it is recommended to set the EnablePgTimeStamps property to True.