python-CSD-kursu/python-temel/datetime.standard.py

4 lines
78 B
Python

from datetime import datetime
dt = datetime(2019, 7, 7, 18, 58, 52)
print(dt)