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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Constructor.
Returns UTC
for "UTC"
, null
otherwise.