in reply to Perl DBI Loss of Date Precision
The DBD::Oracle documentation shows sample conversion routines. There's probably also a way (using something similar to those) to pull the date out as seconds since the epoch (i.e. a time_t value) which would probably be more suitable if you need to manipulate the values further.
|
|---|