Spaces:
Running
Running
File size: 114 Bytes
09ca579 |
1 2 3 4 5 6 |
import datetime
def get_timestamp() -> str:
return datetime.datetime.now().strftime('%Y-%m-%d-%H-%M-%S-%f')
|