Re: timestamp with time zone tutorial - Mailing list pgsql-general

From Dennis Gearon
Subject Re: timestamp with time zone tutorial
Date
Msg-id 12922.2939.qm@web82105.mail.mud.yahoo.com
Whole thread Raw
In response to timestamp with time zone tutorial  (Dennis Gearon <gearond@sbcglobal.net>)
Responses Re: timestamp with time zone tutorial
List pgsql-general
Good Idea Adrian!
     What I want is to be able to insert into my project's database, times given by anybody anywhere on the planet (the
SUBMITTER),add the appropriate timezone in the insert statement so that it in 'GMT/UMT' neutral'. I believe this is the
wayPostgres does it, storing times in GMT time. 

     When I pull it out for anyone on the planet (for the QUERRIER), by their geographic location or address, I give
theSELECT statement the timezone  value of the QUERRIER and adjust it to the location of the QUERRIER also supplying
themthe time in the geographical location of the SUBMITTER. 



> From: Adrian Klaver <aklaver@comcast.net>
<snip>
> Subject: Re: [GENERAL] timestamp with time zone tutorial
Dennis Gearon wrote:
> > None of the examples of converting a string
> to_timestamp() show using a
> > time zone input as an input.Does it allow full length
> timezones for
> > daylight savings time at the timestamp instant in
> time, or just an
> > abbreviation for a fixed offset?
> >
> >
>
> This might be easier if you could give an example of what
> you are trying to
> accomplish :)
>
>
> --
> Adrian Klaver
> aklaver@comcast.net
>

pgsql-general by date:

Previous
From: Phoenix Kiula
Date:
Subject: Re: Best practices for moving UTF8 databases
Next
From: Tom Lane
Date:
Subject: Re: timestamp with time zone tutorial