Format the instance as RFC 1036.
(self)
| 416 | return self._to_string("rfc850") |
| 417 | |
| 418 | def to_rfc1036_string(self) -> str: |
| 419 | """ |
| 420 | Format the instance as RFC 1036. |
| 421 | """ |
| 422 | return self._to_string("rfc1036") |
| 423 | |
| 424 | def to_rfc1123_string(self) -> str: |
| 425 | """ |