| 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 DateTimeZone getZone(String id)
UTC for "UTC", null
otherwise.public Set<String> getAvailableIDs()
"UTC".getAvailableIDs in interface ProviderCopyright © 2002–2015 Joda.org. All rights reserved.