Formats the given Span as text according to the rules of this pattern.
value
Returns: The Span formatted according to this pattern.
@override String format(Time value) => _pattern.format(value);