format method

  1. @override
String format(
  1. OffsetDateTime value
)
override

Formats the given zoned date/time as text according to the rules of this pattern.

  • value: The zoned date/time to format.

Returns: The zoned date/time formatted according to this pattern.

Implementation

@override
String format(OffsetDateTime value) => _pattern.format(value);