Re: How to insert "date" as timestamp

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: How to insert "date" as timestamp
Дата
Msg-id s34e2339.042@gwmta.wicourts.gov
обсуждение исходный текст
Ответ на How to insert "date" as timestamp  (Aydın Toprak <aydin.toprak@intengo.com>)
Список pgsql-jdbc
Good point regarding the recent timestamp fixes, although
I think they are in the dev402 jar, so one need not go to CVS
and do a build.

I definitely would not use timestamp without time zone even
within a single time zone unless that time zone didn't use
daylight saving time, or I was very confident that I didn't need
to record times in the wee hours on days when the time
shifted.  It's always safer to use timestamp with time zone
when what you want to record is an instant in time.

The only use case I've been able to think of where timestamp
without time zone is semantically correct is where a publisher
sets a release for, say, the next Harry Potter book.  Having
attended a late night book release party this summer so that
my kids could pick up their book as soon as 12:01 a.m. rolled
into our time zone, I can see at least one use case for this
data type.

-Kevin


>>> Roland Walter <rwa@mosaic-ag.com> 10/13/05 3:08 AM >>>
And I would use TIMESTAMP without a time zone, in the case I know all
database clients are in the same time zone.


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

Предыдущее
От: "Markus Wollny"
Дата:
Сообщение: Re: Sudden JVM crashes - a Postgres driver problem?
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: How to insert "date" as timestamp