Package org.joda.time.tz
Class UTCProvider
- java.lang.Object
-
- org.joda.time.tz.UTCProvider
-
-
Constructor Summary
Constructors Constructor Description UTCProvider()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getAvailableIDs()
Returns a singleton collection containing only"UTC"
.DateTimeZone
getZone(String id)
ReturnsUTC
for"UTC"
, null otherwise.
-
-
-
Method Detail
-
getZone
public DateTimeZone getZone(String id)
ReturnsUTC
for"UTC"
, null otherwise.
-
getAvailableIDs
public Set<String> getAvailableIDs()
Returns a singleton collection containing only"UTC"
.- Specified by:
getAvailableIDs
in interfaceProvider
-
-