mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix doc
This commit is contained in:
@@ -126,7 +126,7 @@ public class DateUtil extends CalendarUtil {
|
||||
|
||||
/**
|
||||
* Long类型时间转为{@link DateTime}<br>
|
||||
* 只支持毫秒级别时间戳,如果需要秒级别时间戳,请自行×1000
|
||||
* 只支持毫秒级别时间戳,如果需要秒级别时间戳,请自行×1000L
|
||||
*
|
||||
* @param date Long类型Date(Unix时间戳)
|
||||
* @return 时间对象
|
||||
|
Reference in New Issue
Block a user