fun initializeWith(provider: TimeZoneRulesProvider): Unit
Initialize Island Time with a specific time zone rules provider.
This method should be called prior to any of use of the library, usually during an application's initialization process. If Island Time is not explicitly initialized, the PlatformTimeZoneRulesProvider will be used.
TimeZoneRulesException - if a provider has already been initialized
See Also