Re: Bug with timestamp !!! (resolve)

From: Alexander Dederer <dederer(at)spb(dot)cityline(dot)ru>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Bug with timestamp !!! (resolve)
Date: 2001-05-13 05:26:21
Message-ID: 9dl5qe$ed9$1@news.tht.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> > create table tmp (create_date timestamp);
> >
> > #insert into tmp values('2001-04-01 02:29:52');
> > INSERT 1021715 1
> >
> > #select * from tmp;
> > create_data
> > ------------------------
> > 2035-05-29 01:33:36-05
> > (1 row)

Before start PostgreSQL on FreeBSD. Set environment variable TZ (time zone).
For me work this command:
TZ=+00; export TZ
or
TZ=+00 pg_ctl -o "-i -B 512" -D ....

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-05-13 05:34:51 Re: Re: Bug with timestamp !!!
Previous Message Mitch Vincent 2001-05-13 05:00:23 Re: Bug with timestamp !!!