Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ABAO77
/
UploadPDF
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
UploadPDF
/
apis
/
V1
/
utils
/
utils.py
ABAO77
Upload 62 files
408128e
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
167 Bytes
import
datetime
def
get_current_time
() ->
str
:
"""
Get the current time in the string format.
"""
return
datetime.datetime.now().isoformat()