Oracle DATE with time truncates to date only
3820Jan 2 2003 — edited May 18 2006Hello
Oracle DATE contains date AND TIME (e.g. Sep 15 2002 12:15:00)
Toplink returns this as Sun Sep 15 00:00:00 EEST 2002
- date and time is truncated to date without time!
I have tried different data types (java.util.Date, java.sql.Timestamp) and mapping types (direct, transformation), but no times get through.
Am I missing something, could this be tied to non US default locale, or are times in Oracle DATEs really something that Toplink ignores?
Olli Pöyry, Helsinki, Finland