Re: Bug with timestamp !!!

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: Bug with timestamp !!!
Дата
Msg-id 20010513005311.A505@klamath.dyndns.org
обсуждение исходный текст
Ответ на Re: Bug with timestamp !!!  (Neil Conway <nconway@klamath.dyndns.org>)
Список pgsql-general
Sorry, that last post was a slip of the finger.

What I meant to say was:

I followed the same steps below on 7.1.0 (Linux),
and got this:

      create_date
------------------------
 2001-04-01 03:29:52-04
(1 row)

(i.e. 1 hour off)

I'm not using any strange locale settings or multibyte
stuff.

Weird...

Cheers,

Neil

On Sun, May 13, 2001 at 12:09:25AM -0400, Neil Conway wrote:
> On Sat, May 12, 2001 at 02:23:30PM +0400, Alexander Dederer wrote:
> > Look this:
> > 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)
> >
> > ! ! ! !
> > It's work on FreeBSD 4.2. PostgreSQL install from:
> > postgresql-7.1.1.tar.gz
> > postgresql-base-7.1.1.tar.gz
> > postgresql-opt-7.1.1.tar.gz

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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: Bug with timestamp !!!
Следующее
От: "Mitch Vincent"
Дата:
Сообщение: FTP Problems -- maybe?