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
Timestamp timestamp1 = Timestamp.from(Instant.ofEpochMilli(1713494836000L)); System.out.println(JSON.toJSONString(timestamp1)); Timestamp timestamp2 = Timestamp.from(Instant.ofEpochMilli(1713494836123L)); System.out.println(JSON.toJSONString(timestamp2));
结果:
1713494836000 "2024-04-19 10:47:16.123"
请填写以下信息:
请统一数据样式!!!
The text was updated successfully, but these errors were encountered:
Unify timestamp serialization format, for issue #2460
5c4be2b
https://oss.sonatype.org/content/repositories/snapshots/com/alibaba/fastjson2/fastjson2/2.0.50-SNAPSHOT/ 问题已修复,请帮忙用2.0.50-SNAPSHOT版本验证
Sorry, something went wrong.
https://github.com/alibaba/fastjson2/releases/tag/2.0.50 2.0.50已发布,请用新版本
wenshao
No branches or pull requests
问题描述
结果:
环境信息
请填写以下信息:
期待的正确结果
请统一数据样式!!!
The text was updated successfully, but these errors were encountered: