This commit is contained in:
Looly
2020-11-04 01:24:17 +08:00
parent a54ce406b7
commit 394d05f9d2
4 changed files with 18 additions and 9 deletions

View File

@@ -648,10 +648,6 @@ public class DateTime extends Date {
return new Date(this.getTime());
}
public Date writeReplace(){
return toJdkDate();
}
/**
* 转为{@link Timestamp}
*