unix epoch time to oracle time

Our billing system date format is using unix epoch time.

converison like the following:

oracle time --&gt unix epoch time
select (sysdate - to_date('1970-01-01 00:00:00','YYYY-MM-DD HH24:MI:SS')) * 86400 - substr(TZ_OFFSET(sessiontimezone),1,instr(TZ_OFFSET(sessiontimezone),':')-1) * 3600 from dual;

unix epoch time--&gtoracle time
select from_tz(cast(to_date('1970-01-01 00:00:00','YYYY-MM-DD HH24:MI:SS') as timestamp),'Australia/NSW') at local + numtodsinterval(1305882706,'SECOND') from dual;


you can find your own timezone from here: select distinct tzname from V$TIMEZONE_NAMES;

The easiest way, just use this webpage to convert: http://www.4webhelp.net/us/timestamp.php?action=stamp&stamp=1305917878&timezone=10

[@more@]

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/26719/viewspace-1050144/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/26719/viewspace-1050144/

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值