from datetime import timedelta time_objects = timedelta(days = 87,hours = 14, minutes=4, seconds=90) print(time_objects)