Re: timestamps and dates

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Nigel J(dot) Andrews" <nandrews(at)investsystems(dot)co(dot)uk>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: timestamps and dates
Date: 2003-04-28 16:16:56
Message-ID: 19050.1051546616@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Nigel J. Andrews" <nandrews(at)investsystems(dot)co(dot)uk> writes:
> SELECT '2003 Jul 08'::timestamptz
> while on B I get:
> '2003-07-07 23:59:00+01'
> (time zone being set for the UK)

Is machine B perhaps using leap-second-aware timekeeping? Postgres
doesn't cope with that ...

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jerome Alet 2003-04-28 16:17:50 Re: SQL schema to LDAP schema ?
Previous Message Tom Lane 2003-04-28 16:08:03 Re: problems restoring 7.2.1 dump to 7.3.2