Package com.exedio.cope.util
Class TimeZoneStrict
- java.lang.Object
-
- com.exedio.cope.util.TimeZoneStrict
-
public final class TimeZoneStrict extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TimeZone
getTimeZone(String ID)
Workaround forTimeZone.getTimeZone(String)
, as this method always returns a zone, even for unknown IDs.
-
-
-
Method Detail
-
getTimeZone
public static TimeZone getTimeZone(String ID)
Workaround forTimeZone.getTimeZone(String)
, as this method always returns a zone, even for unknown IDs.
-
-