|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object issrg.utils.TimeZoneUtil
public class TimeZoneUtil
This class contains utility methods for dealing with TimeZones. They are needed because the default Java implementation of getTimeZone falls back onto the GMT time zone, when it is passed a string that does not represent a valid time zone.
It is very instructive to read the Javadoc information on the TimeZone class.
Method Summary | |
---|---|
static boolean |
isValidTimeZone(java.lang.String tzString)
Tests if a given string represents a valid Java Time Zone. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean isValidTimeZone(java.lang.String tzString)
tzString
- a string representing a time zone.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |