Python/現在時刻

Python
import datetime

today = datetime.datetime.today()

print(today)