修复DateUtil针对ISO8601时间格式部分场景下的解析存在问题

This commit is contained in:
Looly
2023-03-14 23:02:55 +08:00
parent 6fd8f7f8d8
commit 6f8b4dd818
4 changed files with 32 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.16.M1 (2023-03-12)
# 5.8.16.M1 (2023-03-14)
### 🐣新特性
* 【core 】 改进Calculator.conversion兼容乘法符号省略写法issue#2964@Github
@@ -14,6 +14,7 @@
* 【poi 】 修复SXSSFWorkbook调用setComment时错位的问题issue#I6MBS5@Gitee
* 【core 】 修复BeanUtil.hasGetter没有跳过getClass方法的问题issue#I6MBS5@Gitee
* 【core 】 修复FileMagicNumber长度判断问题导致的越界异常issue#I6MACI@Gitee
* 【core 】 修复DateUtil针对ISO8601时间格式部分场景下的解析存在问题issue#2981@Github
-------------------------------------------------------------------------------------------------------------
# 5.8.15 (2023-03-09)