from datetime import datetime # Returns a datetime object containing the local date and time dateTimeObj = datetime.now() print(dateTimeObj) # Output # 2018-11-18 09:32:36.435350