dataset/seed/unbound/funcs/funcs.py

6 lines
112 B
Python
Raw Normal View History

2022-03-08 19:42:28 +01:00
from datetime import datetime
def unbound_serial() -> str:
return datetime.now().strftime('%Y%m%d%H%M%S')