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

hprose.util.TimeZoneUtil Maven / Gradle / Ivy

/**********************************************************\
|                                                          |
|                          hprose                          |
|                                                          |
| Official WebSite: http://www.hprose.com/                 |
|                   http://www.hprose.org/                 |
|                                                          |
\**********************************************************/
/**********************************************************\
 *                                                        *
 * TimeZoneUtil.java                                      *
 *                                                        *
 * TimeZone Util class for Java.                          *
 *                                                        *
 * LastModified: Apr 27, 2015                             *
 * Author: Ma Bingyao                   *
 *                                                        *
\**********************************************************/

package hprose.util;

import java.util.TimeZone;

public final class TimeZoneUtil {
    public final static TimeZone UTC = TimeZone.getTimeZone("UTC");
    public final static TimeZone DefaultTZ = TimeZone.getDefault();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy