()
| 41 | |
| 42 | |
| 43 | def test_to_iso8601_string(): |
| 44 | d = pendulum.datetime(1975, 12, 25, 14, 15, 16, tz="local") |
| 45 | assert d.to_iso8601_string() == "1975-12-25T14:15:16-05:00" |
| 46 | |
| 47 | |
| 48 | def test_to_iso8601_string_utc(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…