()
| 81 | |
| 82 | |
| 83 | def test_to_rfc3339_string(): |
| 84 | d = pendulum.datetime(1975, 12, 25, 14, 15, 16, tz="local") |
| 85 | assert d.to_rfc3339_string() == "1975-12-25T14:15:16-05:00" |
| 86 | |
| 87 | |
| 88 | def test_to_rfc3339_extended_string(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…