新增RFC2822日期格式解析支持

This commit is contained in:
Looly
2024-03-28 23:19:17 +08:00
parent 94b28801a3
commit 339b8869ad
4 changed files with 32 additions and 11 deletions

View File

@@ -12,6 +12,7 @@
* 【core 】 FileUtil和PathUtil增加Resource重载issue#I97FJT@Gitee
* 【core 】 优化ThreadUtil.safeSleep使用System.nanoTime()issue#I9BMGK@Gitee
* 【db 】 新增数据库Wrapper支持反解pr#1192@Gitee
* 【core 】 新增RFC2822日期格式解析支持issue#I9C2D4@Gitee
### 🐞Bug修复
* 【core 】 修复PathMover对目标已存在且只读文件报错错误问题issue#I95CLT@Gitee