i am trying to get data into oracle table from CSV file with SQL *LOADER but not getting the date which is in time zone format
I.E. 2013-02-23T10:41:14.000Z in my csv file.
i am using DATE as a type for Creation_Date.
pls help me to resolve this problem asap.