Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python-pendulum/pendulum
/ to_rss_string
Method
to_rss_string
src/pendulum/datetime.py:442–446 ·
view source on GitHub ↗
Format the instance as RSS.
(self)
Source
from the content-addressed store, hash-verified
440
return
self._to_string(
"rfc3339"
)
441
442
def
to_rss_string(self) -> str:
443
""
"
444
Format the instance
as
RSS.
445
""
"
446
return
self._to_string(
"rss"
)
447
448
def
to_w3c_string(self) -> str:
449
""
"
Callers
1
test_to_rss_string
Function · 0.80
Calls
1
_to_string
Method · 0.95
Tested by
1
test_to_rss_string
Function · 0.64