I am using python to pull some records from sybase db and writing it in csv file but am receiving the date in the format JUL 22 12:00AM
, while I need it to be in dd/mm/yyyy HH24:MI:SS
format. Could you please suggest any workaround?
we cannot change the query which is pulling the records,so formatting the query will not work.
the data in table is in dd/mm/yyyy HH24:MI:SS
format .