dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlLocalization Class / TimeZone Property

In This Topic
TimeZone Property (PgSqlLocalization)
In This Topic
Determines the time zone to convert the queried PostgreSQL date/time values to.
Syntax
'Declaration
 
Public Shared Property TimeZone As String
 

Property Value

A string with a time zone in the format "HH:MM" optionally preceded by a sign - "+" or "-".
Remarks
By default, when data is queried from the PostgreSQL, date/time values are recalculated according to the local time zone setting. This property allows you to change this behavior and recalculate date/time values according to the time zone specified with this property.
See Also