Hi,
I've an issue storing a datetime value in oracle db from a perl module. Below is the issue, The string date has a value as 'Jul 18, 2005 7:45:17 PM' and when I directly store it to an oracle database field datetime, it's storing as 07/18/2005 07:45:17 AM. Not sure why it's converted to AM instead PM. Could you please let me know if I have to do anything (any conversion) before I store it there. Thanks, Joseph