类 TimeZones
- java.lang.Object
-
- net.quanter.shield.utils.date.TimeZones
-
public class TimeZones extends Object
时区常量类 2020-09-06- 从以下版本开始:
- 1.3.13.RELEASE
- 作者:
- 王老实
-
-
字段概要
字段 修饰符和类型 字段 说明 static TimeZoneCHINA_TIME_ZONEstatic ZoneIdCHINA_ZONE_IDstatic TimeZoneDEFATULT_TIME_ZONEstatic ZoneIdDEFAULT_ZONE_IDstatic TimeZoneGMT_TIME_ZONEstatic ZoneIdGMT_ZONE_IDstatic TimeZoneUTC_TIME_ZONEstatic ZoneIdUTC_ZONE_ID
-
构造器概要
构造器 构造器 说明 TimeZones()
-
-
-
字段详细资料
-
DEFAULT_ZONE_ID
public static final ZoneId DEFAULT_ZONE_ID
-
GMT_ZONE_ID
public static final ZoneId GMT_ZONE_ID
-
UTC_ZONE_ID
public static final ZoneId UTC_ZONE_ID
-
CHINA_ZONE_ID
public static final ZoneId CHINA_ZONE_ID
-
DEFATULT_TIME_ZONE
public static final TimeZone DEFATULT_TIME_ZONE
-
GMT_TIME_ZONE
public static final TimeZone GMT_TIME_ZONE
-
UTC_TIME_ZONE
public static final TimeZone UTC_TIME_ZONE
-
CHINA_TIME_ZONE
public static final TimeZone CHINA_TIME_ZONE
-
-