Re: Insert statement changes timestamp value from MS Access

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Insert statement changes timestamp value from MS Access
Дата
Msg-id 42E8F391.1060702@archonet.com
обсуждение исходный текст
Ответ на Re: Insert statement changes timestamp value from MS Access  ("David Dabney" <David.Dabney@noaa.gov>)
Список pgsql-bugs
David Dabney wrote:
> The more I thought about this I realized it's not a bug and I'm sorry to
> have perstered the list.  The fact that the data logger was deployed
> before and after a time change and it was not setup to update itself
> created this problem.  I just have to push forward all the times after
> the change and then import the data.  We've been trying to get the
> scientists to use UTC.....maybe this will help them understand why they
> should be doing that.

The other thing you should do is use "timestamp with time zone" to store
your timestamps. Otherwise, you aren't storing an absolute time at all.

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: "David Dabney"
Дата:
Сообщение: Re: Insert statement changes timestamp value from MS Access
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: BUG #1795: mirroring