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 0619b49 commit 4294e4eCopy full SHA for 4294e4e
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 = 2;// 允许误差2ms
+ private final long delta = 5;// 允许误差5ms
39
40
@Test
41
public void millis2String() throws Exception {
0 commit comments