mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
fix code
This commit is contained in:
parent
defa4835ca
commit
183ace891e
@ -302,7 +302,9 @@ public class DateFormatPool {
|
|||||||
* JDK中日期时间格式 {@link FastDateFormat}:EEE MMM dd HH:mm:ss zzz yyyy
|
* JDK中日期时间格式 {@link FastDateFormat}:EEE MMM dd HH:mm:ss zzz yyyy
|
||||||
*/
|
*/
|
||||||
public static final FastDateFormat JDK_DATETIME_FORMAT = FastDateFormat.getInstance(JDK_DATETIME_PATTERN, Locale.US);
|
public static final FastDateFormat JDK_DATETIME_FORMAT = FastDateFormat.getInstance(JDK_DATETIME_PATTERN, Locale.US);
|
||||||
|
// endregion
|
||||||
|
|
||||||
|
// region ----- ISO8601
|
||||||
/**
|
/**
|
||||||
* ISO8601日期时间:yyyy-MM-dd'T'HH:mm:ss<br>
|
* ISO8601日期时间:yyyy-MM-dd'T'HH:mm:ss<br>
|
||||||
* 按照ISO8601规范,默认使用T分隔日期和时间,末尾不加Z表示当地时区
|
* 按照ISO8601规范,默认使用T分隔日期和时间,末尾不加Z表示当地时区
|
||||||
|
Loading…
x
Reference in New Issue
Block a user