MCPcopy Index your code
hub / github.com/clips/pattern / toISO8601

Method toISO8601

pattern/web/feed/feedparser.py:2140–2141  ·  view source on GitHub ↗
(self, dt)

Source from the content-addressed store, hash-verified

2138 return results
2139
2140 def toISO8601(self, dt):
2141 return time.strftime('%Y-%m-%dT%H:%M:%SZ', dt)
2142
2143 def getPropertyValue(self, elmRoot, sProperty, iPropertyType=4, bAllowMultiple=0, bAutoEscape=0):
2144 all = lambda x: 1

Callers 1

findVCardsMethod · 0.95

Calls 1

strftimeMethod · 0.80

Tested by

no test coverage detected