format method
Formats the given zoned date as text according to the rules of this pattern.
value
: The zoned date to format.
Returns: The zoned date formatted according to this pattern.
Implementation
@override
String format(OffsetDate value) => _pattern.format(value);