Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bichnhan2701
/
NoteServicesAPI
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
NoteServicesAPI
/
app
/
utils
/
time.py
bichnhan2701
Update note services logic
7402e0f
9 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
68 Bytes
import
time
def
now_ts
() ->
int
:
return
int
(time.time() *
1000
)