Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.databases.postgresql > #98
| From | Harry Tuttle <OTPXDAJCSJVU@spammotel.com> |
|---|---|
| Newsgroups | comp.databases.postgresql |
| Subject | Re: timestamp and time zone |
| Date | 2011-04-29 08:45 +0200 |
| Message-ID | <91v543FpvnU1@mid.individual.net> (permalink) |
| References | <91th8nFmufU1@mid.uni-berlin.de> |
M. Strobel, 28.04.2011 18:00: > I did not quite understand the use case of timestamp with time zone. > > When do you need 'with time zone'? My tests show you can > calculate other time zones time easily from a timestamp without > time zone. > > Is timestamp internally stored normalized to utc, and calculated > to client time zone? Or to server time zone? From the manual at: http://www.postgresql.org/docs/current/static/datatype-datetime.html#DATATYPE-TIMEZONES All timezone-aware dates and times are stored internally in UTC. They are converted to local time in the zone specified by the timezone configuration parameter before being displayed to the client.
Back to comp.databases.postgresql | Previous | Next — Previous in thread | Next in thread | Find similar
timestamp and time zone "M. Strobel" <sorry_no_mail_here@nowhere.dee> - 2011-04-28 18:00 +0200
Re: timestamp and time zone Dog is love <michaelnewportyahoo.com@gmail.com> - 2011-04-28 10:05 -0700
Re: timestamp and time zone "M. Strobel" <sorry_no_mail_here@nowhere.dee> - 2011-04-28 19:22 +0200
Re: timestamp and time zone Harry Tuttle <OTPXDAJCSJVU@spammotel.com> - 2011-04-29 08:45 +0200
Re: timestamp and time zone "M. Strobel" <sorry_no_mail_here@nowhere.dee> - 2011-04-29 12:23 +0200
Re: timestamp and time zone D Yuniskis <not.going.to.be@seen.com> - 2011-04-29 06:02 -0700
Re: timestamp and time zone Jasen Betts <jasen@xnet.co.nz> - 2011-04-30 11:15 +0000
Re: timestamp and time zone Jasen Betts <jasen@xnet.co.nz> - 2011-04-30 11:26 +0000
Re: timestamp and time zone "M. Strobel" <sorry_no_mail_here@nowhere.dee> - 2011-04-30 17:58 +0200
Re: timestamp and time zone Jasen Betts <jasen@xnet.co.nz> - 2011-05-01 11:33 +0000
csiph-web