Class UTCProvider

java.lang.Object
org.joda.time.tz.UTCProvider
All Implemented Interfaces:
Provider

public final class UTCProvider extends Object implements Provider
Simple time zone provider that supports only UTC.

UTCProvider is thread-safe and immutable.

Since:
1.0
Author:
Brian S O'Neill
  • Constructor Details

    • UTCProvider

      public UTCProvider()
      Constructor.
  • Method Details