micropython-lib/unix-ffi/time/example_strftime.py

4 wiersze
55 B
Python

import time
print(time.strftime("%Y-%m-%d %H:%M:%S"))