MCPcopy Index your code
hub / github.com/python-pendulum/pendulum / test_to_rfc1036_string

Function test_to_rfc1036_string

tests/datetime/test_strings.py:68–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66
67
68def 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
73def test_to_rfc1123_string():

Callers

nothing calls this directly

Calls 2

to_rfc1036_stringMethod · 0.80
datetimeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…