Skip to content

Commit

Permalink
see 10/30 log
Browse files Browse the repository at this point in the history
  • Loading branch information
Blankj committed Oct 30, 2017
1 parent 0619b49 commit 4294e4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class TimeUtilsTest {
private final Date tomorrowTimeDate = new Date(tomorrowTimeMillis);
private final String tomorrowTimeString = defaultFormat.format(tomorrowTimeDate);
private final String tomorrowTimeStringFormat = mFormat.format(tomorrowTimeDate);
private final long delta = 2;// 允许误差2ms
private final long delta = 5;// 允许误差5ms

@Test
public void millis2String() throws Exception {
Expand Down

0 comments on commit 4294e4e

Please sign in to comment.