| java.lang.Object | |
| ↳ | org.joda.time.tz.UTCProvider |
Simple time zone provider that supports only UTC.
UTCProvider is thread-safe and immutable.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns a singleton collection containing only
"UTC". | |||||||||||
Returns
UTC for "UTC", null
otherwise. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.joda.time.tz.Provider
| |||||||||||
Constructor.
Returns UTC for "UTC", null
otherwise.