metaverse-dev/scripts/magicgen

8 lines
87 B
Plaintext
Raw Normal View History

#!/usr/bin/python
import time
curtime = str(int(time.time() * 1000))
print(curtime)