Function TimePoint.toString

Writes a human-readable string representation of this TimePoint to sink Format is YYYY-Mon-DD HH:MM:SS

void toString (
  scope @safe void delegate(in char[]) sink
) @safe const;

string toString() @safe const;