|
|
|
@ -221,10 +221,6 @@ public class TbDate implements Serializable, Cloneable { |
|
|
|
public static long now() { |
|
|
|
return Instant.now().toEpochMilli(); |
|
|
|
} |
|
|
|
public static String nowToString() { |
|
|
|
return Instant.now().toString(); |
|
|
|
} |
|
|
|
|
|
|
|
public long parseSecond() { |
|
|
|
return instant.getEpochSecond(); |
|
|
|
} |
|
|
|
|