Re: TimestampTZ

From: Paul Lambert <paul(dot)lambert(at)autoledgers(dot)com(dot)au>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: TimestampTZ
Date: 2007-08-13 05:50:22
Message-ID: 46BFF11E.4050607@autoledgers.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Naz Gassiep wrote:
>
>> As clearly stated in the documentation
>>
>> http://www.postgresql.org/docs/8.2/interactive/datatype-datetime.html#DATATYPE-TIMEZONES
>>
>
> Perhaps I'm thick, but I don't find that particular page to be clear on
> this at all.
> - Naz.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings
>
>

Refer to this paragraph: (8.5.1.2)

For timestamp with time zone, the internally stored value is always in
UTC (Universal Coordinated Time, traditionally known as Greenwich Mean
Time, GMT). An input value that has an explicit time zone specified is
converted to UTC using the appropriate offset for that time zone. If no
time zone is stated in the input string, then it is assumed to be in the
time zone indicated by the system's timezone parameter, and is converted
to UTC using the offset for the timezone zone.

--
Paul Lambert
Database Administrator
AutoLedgers

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Paul Lambert 2007-08-13 05:55:02 Re: TimestampTZ
Previous Message Naz Gassiep 2007-08-13 05:35:41 Re: TimestampTZ