All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.rxyor.common.util.time.TimeUtil Maven / Gradle / Ivy

There is a newer version: 1.0.14.17
Show newest version
package com.github.rxyor.common.util.time;

/**
 *

* *

* * @author liuyang * @date 2019-05-24 Fri 16:10:00 * @since 1.0.0 */ public class TimeUtil { private TimeUtil() { } public static Long getCurrentSeconds() { return System.currentTimeMillis() / 1000L; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy