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