import datetime now = datetime.datetime.now() print(now.year, now.month, now.day, now.hour, now.minute, now.second)