Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ramkan7
/
Patch_Hawk
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Patch_Hawk
/
patchhawk
/
data
/
benign
/
misc_date.py
RAMCr7
Final patch
58f6308
10 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
144 Bytes
def
format_iso_date
(
year, month, day
):
"""Format date components into an ISO 8601 string."""
return
f"
{year:04d}
-
{month:02d}
-
{day:02d}
"