Hi Ulf,
Are you looking for something like this? You want to get the local time ?
SELECT * FROM (select TO_CHAR(UTCTOLOCAL (TO_TIMESTAMP(current_timestamp, 'YYYY-MM-DD HH24:MI:SS.FF7'), 'EST'),'Mon-DD-YYYY HH24:MI:SS') AS "Local Time"
FROM dummy);
Regards,
Krishna Tangudu