Commit 4f138650 by 刘鑫

refactor(日期工具类): 移除无用测试代码

1 parent d679e466
......@@ -165,12 +165,6 @@ public class DateTimeUtil {
return result;
}
public static void main(String[] args) {
long l = betweenTwoTime( LocalTime.of(8, 0),
LocalTime.of(9, 0), TimeUnit.MINUTES);
System.out.printf(""+l);
}
/**
* 当前时间是否在时间指定范围内, 包含起始时间<br>
*
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!