We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 ?
2014/3/31 16:11:19.000000
Tue Apr 01 2014 00:11:19 GMT+0800 (中国标准时间)
The text was updated successfully, but these errors were encountered:
Looks like Oracle date is displayed in GMT while select result is in local timezone GMT+8. What's the problem?
Sorry, something went wrong.
the oracle server timezone is also GMT +8,but result is not what I want.
fix #256
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: