|
@@ -1,5 +1,6 @@
|
|
|
package cn.com.qmth.examcloud.app;
|
|
|
|
|
|
+import cn.com.qmth.examcloud.app.core.utils.DateUtils;
|
|
|
import org.junit.Test;
|
|
|
|
|
|
import java.time.Duration;
|
|
@@ -9,6 +10,7 @@ public class SimpleTest {
|
|
|
@Test
|
|
|
public void demo() throws Exception {
|
|
|
System.out.println(Duration.ofSeconds(1));
|
|
|
+ System.out.println(DateUtils.formatLongDate("1533208461728"));
|
|
|
}
|
|
|
|
|
|
}
|