Re: Timestamp with vs without time zone.

Поиск
Список
Период
Сортировка
Искать
От
Tim Cross
Тема
Re: Timestamp with vs without time zone.
Дата
Msg-id
87wnn9j76k.fsf@gmail.com
Ответ на
Список
Дерево обсуждения
Timestamp with vs without time zone. Tim Uckun <timuckun@gmail.com>
Re: Timestamp with vs without time zone. Adrian Klaver <adrian.klaver@aklaver.com>
Re: Timestamp with vs without time zone. Tom Lane <tgl@sss.pgh.pa.us>
Re: Timestamp with vs without time zone. Laurenz Albe <laurenz.albe@cybertec.at>
Re: Timestamp with vs without time zone. Tim Uckun <timuckun@gmail.com>
Re: Timestamp with vs without time zone. Laurenz Albe <laurenz.albe@cybertec.at>
Aw: Re: Timestamp with vs without time zone. Karsten Hilbert <Karsten.Hilbert@gmx.net>
Re: Timestamp with vs without time zone. cen <cen.is.imba@gmail.com>
Re: Timestamp with vs without time zone. Michael Lewis <mlewis@entrata.com>
Re: Timestamp with vs without time zone. cen <cen.is.imba@gmail.com>
Re: Timestamp with vs without time zone. Michael Lewis <mlewis@entrata.com>
Re: Timestamp with vs without time zone. Rob Sargent <robjsargent@gmail.com>
Aw: Re: Timestamp with vs without time zone. Karsten Hilbert <Karsten.Hilbert@gmx.net>
Re: Re: Timestamp with vs without time zone. Tim Uckun <timuckun@gmail.com>
Aw: Re: Re: Timestamp with vs without time zone. Karsten Hilbert <Karsten.Hilbert@gmx.net>
Re: Re: Re: Timestamp with vs without time zone. Tim Uckun <timuckun@gmail.com>
Re: Re: Timestamp with vs without time zone. "Peter J. Holzer" <hjp-pgsql@hjp.at>
Re: Re: Timestamp with vs without time zone. Tim Uckun <timuckun@gmail.com>
Aw: Re: Re: Timestamp with vs without time zone. Karsten Hilbert <Karsten.Hilbert@gmx.net>
Re: Re: Timestamp with vs without time zone. "Peter J. Holzer" <hjp-pgsql@hjp.at>
Re: Re: Timestamp with vs without time zone. Dave Cramer <davecramer@postgres.rocks>
Re: Timestamp with vs without time zone. FWS Neil <neil@fairwindsoft.com>
Re: Timestamp with vs without time zone. Adrian Klaver <adrian.klaver@aklaver.com>
Re: Timestamp with vs without time zone. Tim Cross <theophilusx@gmail.com>
Re: Timestamp with vs without time zone. Tim Uckun <timuckun@gmail.com>
Re: Timestamp with vs without time zone. Tim Cross <theophilusx@gmail.com>
Re: Timestamp with vs without time zone. Gavin Flower <GavinFlower@archidevsys.co.nz>
Re: Timestamp with vs without time zone. Karsten Hilbert <Karsten.Hilbert@gmx.net>
Re: Timestamp with vs without time zone. "Peter J. Holzer" <hjp-pgsql@hjp.at>
Re: Re: Timestamp with vs without time zone. "Peter J. Holzer" <hjp-pgsql@hjp.at>
Re: Re: Timestamp with vs without time zone. Dave Cramer <davecramer@postgres.rocks>
Re: Re: Timestamp with vs without time zone. "Peter J. Holzer" <hjp-pgsql@hjp.at>
Re: Timestamp with vs without time zone. Adrian Klaver <adrian.klaver@aklaver.com>
Re: Timestamp with vs without time zone. "Peter J. Holzer" <hjp-pgsql@hjp.at>
Re: Timestamp with vs without time zone. "David G. Johnston" <david.g.johnston@gmail.com>
Re: Timestamp with vs without time zone. Tom Lane <tgl@sss.pgh.pa.us>
Re: Timestamp with vs without time zone. Bruce Momjian <bruce@momjian.us>
Re: Timestamp with vs without time zone. "Peter J. Holzer" <hjp-pgsql@hjp.at>
Re: Timestamp with vs without time zone. Steve Crawford <scrawford@pinpointresearch.com>

Tim Uckun  writes:

> I'll add another layer of complication.
>
> You have a database server hosted in Australia, and that's also where
> your web server and api server is. You have customers all over the
> world though so you set up additional API servers in Europe, USA,
> Japan etc.
>
> A korean user will fetch you single page app as static HTML from S3
> with cloudfront. It will hit your japanese API server,  which will
> fetch the data from your japanese read only replica with the master
> being in Australia.
>
> The master DB  writes the records has to know your end user is in
> Korea somehow so you have to carry that time zone all the way across
> those tiers.
>
> To me the ideal solution would be to have a compound object which has
> the time zone in it. This object gets passed through the tiers and end
> up at the database where it's stored.
>

I wouldn't do it that way. I would have all timestamps in UTC. If the
location of the client is necessary for some business process, then I
would explicitly record that information rather than rely on time zone
data to derive location.

I've also found having all timestamps in UTC makes any analysis and bug
tracing much easier. Nothing worse then when you need to look at
timestamps from different components of your architecture spread over
different time zones where you also have to convert the timestamps to a
common/consistent time zone for comparison and sequencing purposes. 


В списке pgsql-general по дате отправления
От: Tim Uckun
Дата:
От: Gavin Flower
Дата:
FAQ