public final class TimeZones
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
GMT_ID |
static java.lang.String |
IBM_UTC_ID |
static java.lang.String |
UTC_ID |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isUtc(java.util.TimeZone timezone)
Indicates whether the specified timezone is equivalent to
UTC time.
|
public static final java.lang.String UTC_ID
public static final java.lang.String IBM_UTC_ID
public static final java.lang.String GMT_ID