Skip to content
New issue

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

24小时制问题 #434

Closed
ylz201 opened this issue Aug 20, 2019 · 1 comment
Closed

24小时制问题 #434

ylz201 opened this issue Aug 20, 2019 · 1 comment

Comments

@ylz201
Copy link

ylz201 commented Aug 20, 2019

版本号:

2

问题描述:
		默认是12小时制,导致数据时间错乱
截图&代码:
	QueryGenerator 49行	time = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss");

应该是 time = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");

@zhangdaiscott
Copy link
Member

3Q,已修复,下个版本发布!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants