net.fortuna.ical4j.util
Class TimeZones

java.lang.Object
  extended bynet.fortuna.ical4j.util.TimeZones

public final class TimeZones
extends Object

Utility methods relevant to Java timezones.

Author:
Ben Fortuna

Field Summary
static String GMT_ID
           
static String UTC_ID
           
 
Method Summary
static boolean isUtc(TimeZone timezone)
          Indicates whether the specified timezone is equivalent to UTC time.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UTC_ID

public static final String UTC_ID
See Also:
Constant Field Values

GMT_ID

public static final String GMT_ID
See Also:
Constant Field Values
Method Detail

isUtc

public static boolean isUtc(TimeZone timezone)
Indicates whether the specified timezone is equivalent to UTC time.

Parameters:
timezone -
Returns:
true if the timezone is UTC time, otherwise false