package utils; public class CurrentTime { public static long inSeconds() { return System.currentTimeMillis() / 1000L; } }