We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea66011 commit 80c0d74Copy full SHA for 80c0d74
utilcode/src/test/java/com/blankj/utilcode/util/TimeUtilsTest.java
@@ -35,7 +35,7 @@ public class TimeUtilsTest {
35
private final Date tomorrowTimeDate = new Date(tomorrowTimeMillis);
36
private final String tomorrowTimeString = defaultFormat.format(tomorrowTimeDate);
37
private final String tomorrowTimeStringFormat = mFormat.format(tomorrowTimeDate);
38
- private final long delta = 1;// 允许误差1ms
+ private final long delta = 2;// 允许误差2ms
39
40
@Test
41
public void millis2String() throws Exception {
0 commit comments