The same query ran in PL/SQL Developer shows time, however it does not show in Oracle SQL Developer. Is there a way to get the time in SQL Developer?
In SQL Develope
You can change this in the Tools / Preferences dialog of SQL developer:
Select Database / NLS Parameters in the tree view on the left.
Then put dd/mm/yyyy hh24:mi:ss into the Date Format field.
dd/mm/yyyy hh24:mi:ss
Press OK to close the dialog.