Re: timestamp with time zone tutorial

From: Sam Mason <sam(at)samason(dot)me(dot)uk>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: timestamp with time zone tutorial
Date: 2009-07-19 21:00:23
Message-ID: 20090719210023.GK5407@samason.me.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sun, Jul 19, 2009 at 01:29:14PM -0700, Dennis Gearon wrote:
> INSERTing timestampz, 'to_timestamp', output formatting, input formatting, SERVER TIME, USER_LOCAL_TIME, multi timezone applications.
>
> Anyone wonder how those all work? **I** sure do!!!

The official docs[1,2] have generally been enough for me, could you be
more specific about what is causing trouble?

That said, I've never written code that needs to be more than trivially
aware of timezones before. I'm not sure if this is just because the
abstractions provided are nice or if I've not had to solve a hard
problem here.

> (3) Give input to me so that I can write a good tutorial to post on
> the postgres site?

There's already a page on the postgres wiki about this[3], maybe
something needs clarifying?

--
Sam http://samason.me.uk/

[1] http://www.postgresql.org/docs/current/static/datatype-datetime.html
[2] http://www.postgresql.org/docs/current/static/functions-datetime.html
[3] http://wiki.postgresql.org/wiki/Working_with_Dates_and_Times_in_PostgreSQL

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Konstantin Pavlov 2009-07-19 21:17:57 Full text search in PostgreSQL 8.4
Previous Message Adrian Klaver 2009-07-19 20:54:56 Re: timestamp with time zone tutorial