This can be accomplished by modifying the eurkeify_sdb date format attribute by
Alter session set nls_date_format=’dd-mm-yyyy hh24:mi:ss’;
and then run the query below to retrieve the information:
select to_date(modifydate,'dd-mm-yyyy hh24:mi:ss') from configurations where configurationname='Eurekify';