This commit is contained in:
minjaesong
2019-09-19 18:10:54 +09:00
parent 7ec1fbc1bf
commit aaae4f71d8
6 changed files with 37 additions and 18 deletions

View File

@@ -1159,4 +1159,8 @@ public class AppLoader implements ApplicationListener {
debugTimers.put(target, l);
}
}
public static long getTIME_T() {
return System.currentTimeMillis() / 1000L;
}
}