怎么获取Europe/Athens时区的SYSDATE
The current Europe/Athens time zone offset is:
UTC/GMT +3 hou
或者这样\
[code="sql"]select from_tz(to_timestamp('20091101','YYYYMMDD'), 'Europe/Athens') from dual;[/code]
SELECT FROM_TZ(SYSDATE, '2:00')
FROM DUAL;
select from_tz(to_timestamp(sysdate), 'Europe/Athens') from dual;