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

com.github.houbbbbb.sso.util.DateUtil Maven / Gradle / Ivy

The newest version!
package com.github.houbbbbb.sso.util;

/**
 * @author : hbw
 * @desctiption :
 * @date : 2020-05-28 15:01
 */
public class DateUtil {
    private DateUtil() {}

    public static long getTimestamp(){
        return System.currentTimeMillis();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy