PolyglotReferenceDateTimeZonedLocalizer
Specialization of PolyglotReferenceDateTimeLocalizer that allows to localize a Zoned date/time value T and returns a TickingValue<String>.
A date/time value is any component or set of components that may appear in a full date time localization (e.g. year, minute of hour, time zone, day of the week, etc.)
Note that any class implementing this interface is not strictly required to return the same exact string for the same value in different platforms.
See also
Inheritors
Functions
Returns a new PolyglotReferenceValueLocalizer that localizes the received value using this localizer, calls map, and returns whatever TickingValue the mapping function returns.
Fixes the value to localize and returns a TickingValueProvider using this PolyglotReferenceValueLocalizer as source for TickingValues.