From d98a746af5bd974334ed2e14ae930a4accfc6325 Mon Sep 17 00:00:00 2001 From: Looly Date: Thu, 9 Feb 2023 20:43:20 +0800 Subject: [PATCH] =?UTF-8?q?DateUtil.parseUTC=E7=BB=9F=E4=B8=80=E8=A7=84?= =?UTF-8?q?=E8=8C=83=EF=BC=8C=E8=88=8D=E5=BC=833=E4=BD=8D=E6=AF=AB?= =?UTF-8?q?=E7=A7=92=E6=95=B0=E5=90=8E=E7=9A=84=E6=95=B0=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1393947dc..3a67e290c 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ * 【core 】 DesensitizedUtil增加对IPv4和IPv6支持(issue#I6ABCS@Gitee) * 【core 】 针对CollUtil.subtract coll1 为只读集合的补偿(pr#2865@Github) * 【core 】 DateUtil.date方法统一修改规则,传入null返回null(pr#2877@Github) +* 【core 】 DateUtil.parseUTC统一规范,舍弃3位毫秒数后的数字(pr#2889@Github) ### 🐞Bug修复 * 【core 】 修复HexUtil.isHexNumber()对"-"的判断问题(issue#2857@Github)