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
目前 CreatedAt 等 time.Time 字段是直接 json 输出,默认是 RFC 3339 格式,但实际上会根据 time.Time 值的时区决定最终输出的字符串格式
这样导致调用方需要做时区后的区分处理,应该以指定格式输出,不应该有多种格式
The text was updated successfully, but these errors were encountered:
nannan00
No branches or pull requests
目前 CreatedAt 等 time.Time 字段是直接 json 输出,默认是 RFC 3339 格式,但实际上会根据 time.Time 值的时区决定最终输出的字符串格式
这样导致调用方需要做时区后的区分处理,应该以指定格式输出,不应该有多种格式
The text was updated successfully, but these errors were encountered: