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