virtualxdemo/clock.py
2021-07-02 07:49:30 -07:00

3 lines
73 B
Python

import datetime
datetime.datetime.now()
print(datetime.datetime.utcnow())