PgDAC

TPgConnectionOptions.ExactTimeZone Property

Specifies that PgDAC uses the native PostgreSQL server rules when reading data that includes a time zone.

Class

TPgConnectionOptions

Syntax

property ExactTimeZone: boolean default False;

Remarks

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.

© 1997-2026 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback