| Interface | Description |
|---|---|
| ZonedDateTimeStrategy | Deprecated
Use
ZoneStrategy instead. |
| ZoneStrategy |
Defines the general strategy used when dealing with zones in different parts of the DateTime API.
|
| Class | Description |
|---|---|
| EnvironmentZonedDateTimeStrategy | Deprecated
Use
EnvironmentZoneStrategy instead. |
| EnvironmentZoneStrategy |
ZoneStrategy that always will transform the input ZoneId to the ZoneId provided by
Environment#getCurrentEnvironment().getTimeZone().getTimeZone(). |
| KeepingZonedDateTimeStrategy | Deprecated
Use
KeepingZoneStrategy instead. |
| KeepingZoneStrategy | |
| StaticZonedDateTimeStrategy | Deprecated
Use
StaticZoneStrategy instead. |
| StaticZoneStrategy | |
| SystemZonedDateTimeStrategy | Deprecated
Use
SystemZoneStrategy instead. |
| SystemZoneStrategy |
ZoneStrategy that always will transform the input ZoneId to the ZoneId provided by
ZoneId.systemDefault(). |
Copyright © 2022. All rights reserved.