Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ adapt_date
Function
adapt_date
tools/python-3.11.9-amd64/Lib/sqlite3/dbapi2.py:55–56 ·
view source on GitHub ↗
(val)
Source
from the content-addressed store, hash-verified
53
54
def
register_adapters_and_converters():
55
def
adapt_date(val):
56
return
val.isoformat()
57
58
def
adapt_datetime(val):
59
return
val.isoformat(
" "
)
Callers
nothing calls this directly
Calls
1
isoformat
Method · 0.45
Tested by
no test coverage detected