public interface TransitionStrategy
Serves for resolving of local timestamps to a global UNIX timestamp, escpecially if there are conflicts due to gaps or overlaps on the local timeline.
| Modifier and Type | Method and Description |
|---|---|
ZonalOffset |
resolve(GregorianDate localDate,
WallTime localTime,
Timezone timezone)
Calculates a suitable offset for given local timestamp.
|
ZonalOffset resolve(GregorianDate localDate, WallTime localTime, Timezone timezone)
Calculates a suitable offset for given local timestamp.
localDate - local calendar date in given timezonelocalTime - local wall time in given timezonetimezone - timezone data containing offset historyPlainTimestamp.in(Timezone),
Timezone.with(TransitionStrategy)Copyright © 2014. All rights reserved.