Skip to content

Commit 87b22e5

Browse files
committed
see 01/14 log
1 parent 2ba5a17 commit 87b22e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utilcode/src/test/java/com/blankj/utilcode/utils/TestUtils.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,6 @@ public void formatCN() throws Exception {
103103

104104
@Test
105105
public void test() throws Exception {
106+
System.out.printf("%tl:%tM\n%tp", System.currentTimeMillis(), System.currentTimeMillis(), System.currentTimeMillis());
106107
}
107-
}
108+
}

0 commit comments

Comments
 (0)