Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Moibe/image-blend
Moibe
/
astro-blend
like
0
Running
App
Files
Files
Fetching metadata from the HF Docker repository...
main
astro-blend
/
timestamp.py
Moibe
Orange
55d48d2
6 months ago
raw
Copy download link
history
blame
Safe
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)