from datetime import datetime heute = datetime.now() print(type(heute)) print(heute) print(heute.time()) print(heute.date())