public final class UTCProvider extends Object implements Provider
UTCProvider is thread-safe and immutable.
Constructor and Description |
---|
UTCProvider()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
getAvailableIDs()
Returns a singleton collection containing only
"UTC" . |
DateTimeZone |
getZone(String id)
Returns
UTC for "UTC" , null
otherwise. |
public UTCProvider()
public DateTimeZone getZone(String id)
UTC
for "UTC"
, null
otherwise.public Set<String> getAvailableIDs()
"UTC"
.getAvailableIDs
in interface Provider
Copyright © 2002-2015 Joda.org. All Rights Reserved.