Re: Bug with timestamp !!! (resolve)

Поиск
Список
Период
Сортировка
От Alexander Dederer
Тема Re: Bug with timestamp !!! (resolve)
Дата
Msg-id 9dl5qe$ed9$1@news.tht.net
обсуждение исходный текст
Список 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 ....




В списке pgsql-general по дате отправления:

Предыдущее
От: universe_made_of_atoms
Дата:
Сообщение: Internet is putting lot of competition fire & heat under Microsoft SQL Server
Следующее
От: "Thalis A. Kalfigopoulos"
Дата:
Сообщение: Re: Re: