Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Moibe
/
astro-blend
like
0
Runtime error
App
Files
Files
Fetching metadata from the HF Docker repository...
main
astro-blend
/
timestamp.py
Moibe
Orange
55d48d2
over 1 year ago
raw
Copy download link
history
blame
165 Bytes
import
datetime
# Obtener el timestamp actual en segundos desde la época Unix (1 de enero de 1970)
timestamp = datetime.datetime.now().timestamp()
print
(timestamp)