| Package | Description |
|---|---|
| net.time4j.tz |
General timezone-API.
|
| Modifier and Type | Method and Description |
|---|---|
abstract TransitionHistory |
Timezone.getHistory()
Gets the underlying offset transitions and rules if available.
|
TransitionHistory |
ZoneModelProvider.load(String zoneID)
Loads an offset transition history for given timezone id.
|
| Modifier and Type | Method and Description |
|---|---|
static Timezone |
Timezone.of(String tzid,
TransitionHistory history)
Creates a new synthetic timezone based only on given data.
|
Copyright © 2014–2017. All rights reserved.