Constructor | Description |
---|---|
UTCProvider() |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.Set |
getAvailableIDs() |
Returns a singleton collection containing only
"UTC" . |
DateTimeZone |
getZone(java.lang.String id) |
Returns
UTC for "UTC" , null
otherwise. |
public DateTimeZone getZone(java.lang.String id)
UTC
for "UTC"
, null
otherwise.public java.util.Set getAvailableIDs()
"UTC"
.getAvailableIDs
in interface Provider
Copyright (c) 2001-2006 - Joda.org