Re: Re: Timestamp with vs without time zone.

From: Dave Cramer <davecramer(at)postgres(dot)rocks>
To: "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Re: Timestamp with vs without time zone.
Date: 2021-09-21 17:43:46
Message-ID: CADK3HHJD2RNh7iOHEK=dCqSBM2+hPR-0iTsSuYN2x-7KzxZKwQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 21 Sept 2021 at 13:40, Peter J. Holzer <hjp-pgsql(at)hjp(dot)at> wrote:

> On 2021-09-21 13:34:21 -0400, Dave Cramer wrote:
> > On Tue, 21 Sept 2021 at 13:20, Peter J. Holzer <hjp-pgsql(at)hjp(dot)at> wrote:
> > On 2021-09-21 20:50:44 +1200, Tim Uckun wrote:
> > > It's just that the phrase "timestamp with time zone" would seem to
> > > indicate the time zone is stored somewhere in there.
> >
> > I absolutely agree. Calling a type which doesn't include a timezone
> > "timestamp with timezone" is - how do I put this? - more than just
> > weird. "timestamp without timezone" should be called "local timestamp
> > with unspecified timezone" and "timestamp with timezone" should be
> > called "global timestamp without timezone". However, those aren't SQL
> > names.
> >
> >
> >
> > I would say this is a perspective thing. It's a timestamp with a time
> > zone from the client's perspective.
>
> I disagree. When I read back the value the original timezone is lost. So
> it clearly DOESN'T store the timestamp WITH the timezone.
>
> I never said it stored the timezone. I said that it has a timezone.

Dave Cramer
www.postgres.rocks

>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message FWS Neil 2021-09-21 18:17:39 Re: Timestamp with vs without time zone.
Previous Message Peter J. Holzer 2021-09-21 17:39:53 Re: Re: Timestamp with vs without time zone.