TimeZoneTranslation (enum)
Rendering mode for temporals ( time instants ) with time-zone or time-offset information.
API
TimeZoneTranslation.java
enum TimeZoneTranslation {
UNSPECIFIED
TO_LOCAL_TIMEZONE (1)
NONE (2)
}
1 | TO_LOCAL_TIMEZONE
Renders temporals( time instants ) - that have time-zone or time-offset information - transformed to the user’s local/current time-zone, optionally with a tooltip providing information on the originating (non transformed) time instant . |
2 | NONE
Renders temporals ( time instants ) - that have time-zone or time-offset information - as is, optionally with a tooltip providing information on the time instant as transformed to the user’s local/current time-zone. |