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