修复ExcelReader读取时间变成12小时形式问题

This commit is contained in:
Looly
2022-09-24 01:04:16 +08:00
parent f51df24970
commit 9dfac34f69
4 changed files with 28 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.8.8.M1 (2022-09-23)
# 5.8.8.M1 (2022-09-24)
### 🐣新特性
* 【core 】 StreamUtil.of方法新增对 Iterator 支持StreamUtil.of(Iterable) 方法优化pr#807@Gitee
@@ -19,6 +19,7 @@
* 【core 】 修复ObjectUtil.defaultIfNull去掉误加的deprecatedissue#I5SIZT@Gitee
* 【core 】 修复ReflectUtil 反射方法中桥接判断问题issue#2625@Github
* 【poi 】 修复ExcelWriter导出List<Map>引起的个数混乱问题issue#2627@Github
* 【poi 】 修复ExcelReader读取时间变成12小时形式问题issue#I5Q1TW@Gitee
-------------------------------------------------------------------------------------------------------------