convert timzone
راهله شاکری | شنبه, ۱۰ آذر ۱۳۹۷، ۰۲:۵۶ ب.ظ |
۰ نظر
select to_char((from_tz(cast(sysdate as timestamp), 'UTC') at time zone
'ASIA/Tehran'),
'yyyy-mm-dd hh24:mi:ss')
from dual;
select to_char((from_tz(cast(sysdate as timestamp), 'UTC') at time zone
'ASIA/Tehran'),
'yyyy-mm-dd hh24:mi:ss')
from dual;