Re: Error in date_part epoch docs.

From: Thomas Lockhart <lockhart(at)fourpalms(dot)org>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: Error in date_part epoch docs.
Date: 2001-09-25 13:17:15
Message-ID: 3BB083DB.C79A97C@fourpalms.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

> Oooh. Now that's an interesting point! That's going to play merry havoc
> with our code. Is there a way of GMT'ing everything?

Not sure what you mean. All timestamps are stored in GMT, and are
converted to your local time zone when sent to your client. You can set
your server to be using GMT, or you can set the time zone from your
client, or you can use it as intended ;)

The next release (7.2) will have two timestamp types, the one you have
now and one without time zones of any kind. But I'd recommend
understanding and using time zones in your application to avoid
restrictions and missing functionality later on.

Anyway, why would having time zones cause trouble for your code?

- Thomas

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Liam DeMasi 2001-09-27 14:05:33 Uploading files to Postgresql
Previous Message Christopher Kings-Lynne 2001-09-25 06:06:35 Re: Error in date_part epoch docs.