mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
fix bug
This commit is contained in:
parent
758fb793fc
commit
c50a63a196
@ -3,7 +3,7 @@
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
|
||||
# 5.7.12 (2021-09-06)
|
||||
# 5.7.12 (2021-09-07)
|
||||
|
||||
### 🐣新特性
|
||||
* 【system 】 OshiUtil增加getCurrentProcess方法
|
||||
@ -19,6 +19,7 @@
|
||||
### 🐞Bug修复
|
||||
* 【core 】 修复ListUtil.split方法越界问题(issue#I48Q0P@Gitee)
|
||||
* 【core 】 修复QrCode的isTryHarder、isPureBarcode设置无效问题(issue#1815@Github)
|
||||
* 【core 】 修复DatePattern.CHINESE_DATE_FORMATTER错误问题(issue#I48ZE3@Gitee)
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
|
||||
|
@ -145,7 +145,7 @@ public class DatePattern {
|
||||
/**
|
||||
* 标准日期格式 {@link FastDateFormat}:yyyy年MM月dd日
|
||||
*/
|
||||
public static final DateTimeFormatter CHINESE_DATE_FORMATTER = createFormatter(ISO8601_PATTERN);
|
||||
public static final DateTimeFormatter CHINESE_DATE_FORMATTER = createFormatter(CHINESE_DATE_PATTERN);
|
||||
|
||||
/**
|
||||
* 标准日期格式:yyyy年MM月dd日 HH时mm分ss秒
|
||||
|
Loading…
x
Reference in New Issue
Block a user