2025-12-18 20:59:40 +09:00

2 lines
61 B
Python

from datetime import datetime as dt
print(str(dt.now())[:10])