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

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

The newest version!
package com.github.shoothzj.javatool.util;

import org.apache.commons.lang3.time.DateUtils;
import java.util.Calendar;

/**
 * @author hezhangjian
 */
public class DateUtil extends DateUtils {
    private static final org.slf4j.Logger log = org.slf4j.LoggerFactory.getLogger(DateUtil.class);
    public static final String TIME_ZONE_ID = Calendar.getInstance().getTimeZone().getID();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy