Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xMarcio/cve
/ isoformat
Function
isoformat
scripts/utils.py:57–58 ·
view source on GitHub ↗
(dt: datetime | None = None)
Source
from the content-addressed store, hash-verified
55
56
57
def
isoformat(dt: datetime | None = None) -> str:
58
return
(dt or now_utc()).isoformat()
59
60
61
def
parse_date(value: str) -> datetime | None:
Callers
2
discover_for_cve
Method · 0.90
save
Method · 0.90
Calls
1
now_utc
Function · 0.85
Tested by
no test coverage detected