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

com.github.shoothzj.javatool.util.DateUtil Maven / Gradle / Ivy

There is a newer version: 3.1.15
Show newest version
package com.github.shoothzj.javatool.util;

import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.time.DateUtils;

import java.util.Calendar;

/**
 * @author hezhangjian
 */
@Slf4j
public class DateUtil extends DateUtils {

    public static final String TIME_ZONE_ID = Calendar.getInstance().getTimeZone().getID();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy