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
Q:是否搜索了issue(包括已关闭的issue)
Q:是否阅读了常见问题
Q:是否仔细阅读了教程
A:登录日志输出日期格式错误,取的月应+1,取的日应该是Date不是Data,望跟进
A:
The text was updated successfully, but these errors were encountered:
let bakConfFile = '时间为:' + date.getFullYear() + '-' + (date.getMonth()+1) + '-' + date.getDate() + ' ' + date.getHours() + ':' + date.getMinutes() + ':' + date.getSeconds(); 秒数也取成毫秒了,建议改为这种格式比较习惯 时间为:2021-9-9 10:21:41
Sorry, something went wrong.
No branches or pull requests
1.关于你要提交的问题
Q:是否搜索了issue(包括已关闭的issue)
Q:是否阅读了常见问题
Q:是否仔细阅读了教程
2. 使用什么平台?
3. 是否用一键脚本部署的?
4. 有没有试过用修复脚本来修复过?
5. 详细叙述
(1) 具体问题
A:登录日志输出日期格式错误,取的月应+1,取的日应该是Date不是Data,望跟进
(2) 详细日志
A:
The text was updated successfully, but these errors were encountered: