mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add sh
This commit is contained in:
@@ -648,6 +648,10 @@ public class DateTime extends Date {
|
||||
return new Date(this.getTime());
|
||||
}
|
||||
|
||||
public Date writeReplace(){
|
||||
return toJdkDate();
|
||||
}
|
||||
|
||||
/**
|
||||
* 转为{@link Timestamp}
|
||||
*
|
||||
|
Reference in New Issue
Block a user