()
| 66 | |
| 67 | |
| 68 | def test_to_rfc1036_string(): |
| 69 | d = pendulum.datetime(1975, 12, 25, 14, 15, 16, tz="local") |
| 70 | assert d.to_rfc1036_string() == "Thu, 25 Dec 75 14:15:16 -0500" |
| 71 | |
| 72 | |
| 73 | def test_to_rfc1123_string(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…