node-oracle
node-oracle copied to clipboard
The bug of Date
date in oracle like this 2014/3/31 16:11:19.000000
but select result is
Tue Apr 01 2014 00:11:19 GMT+0800 (中国标准时间)
How can I do ?
Looks like Oracle date is displayed in GMT while select result is in local timezone GMT+8. What's the problem?
the oracle server timezone is also GMT +8,but result is not what I want.
fix https://github.com/joeferner/node-oracle/pull/256