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
2
默认是12小时制,导致数据时间错乱
QueryGenerator 49行 time = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss");
应该是 time = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
The text was updated successfully, but these errors were encountered:
3Q,已修复,下个版本发布!
Sorry, something went wrong.
No branches or pull requests
版本号:
2
问题描述:
截图&代码:
应该是 time = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
The text was updated successfully, but these errors were encountered: