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

com.github.andyshao.time.ZoneIdOperation Maven / Gradle / Ivy

The newest version!
package com.github.andyshao.time;

/**
 * 
 * Title:
* Descript:
* Copyright: Copryright(c) May 11, 2018
* Encoding:UNIX UTF-8 * @author Andy.Shao * */ public final class ZoneIdOperation { private ZoneIdOperation() {} /**ASIA BeiJin*/ public static final String ASIA_BEI_JIN = "UTC+8"; /**China*/ public static final String CHINA = ASIA_BEI_JIN; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy