net.fortuna.ical4j.util
Class TimeZones
java.lang.Object
net.fortuna.ical4j.util.TimeZones
public final class TimeZones
extends java.lang.Object
$Id: TimeZones.java,v 1.6 2008/12/16 12:34:53 fortuna Exp $ [5/07/2004]
Utility methods relevant to Java timezones.
static boolean | isUtc(TimeZone timezone) - Indicates whether the specified timezone is equivalent to
UTC time.
|
GMT_ID
public static final String GMT_ID
IBM_UTC_ID
public static final String IBM_UTC_ID
UTC_ID
public static final String UTC_ID
isUtc
public static boolean isUtc(TimeZone timezone)
Indicates whether the specified timezone is equivalent to
UTC time.
- true if the timezone is UTC time, otherwise false