MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _iso8601_format

Function _iso8601_format

tools/python-3.11.9-amd64/Lib/xmlrpc/client.py:273–274  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

271 return False
272if _try('%Y'): # Mac OS X
273 def _iso8601_format(value):
274 return value.strftime("%Y%m%dT%H:%M:%S")
275elif _try('%4Y'): # Linux
276 def _iso8601_format(value):
277 return value.strftime("%4Y%m%dT%H:%M:%S")

Callers 2

_strftimeFunction · 0.85
make_comparableMethod · 0.85

Calls 2

zfillMethod · 0.80
strftimeMethod · 0.45

Tested by

no test coverage detected