This commit is contained in:
minjaesong
2019-09-19 18:10:54 +09:00
parent bce3da1446
commit 1cf62da4c5
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;
}
}