fun initializeWith(provider: TimeZoneRulesProvider): Unit
Initializes Island Time with a specific time zone rules provider, leaving all other settings in their default state.
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 and all other default settings will be used.
IllegalStateException - if Island Time has already been initialized
See Also