69,978 views
0 votes
0 votes
To work with dates, you need to import Group of answer choicesthe date class from the datetime modulethe date, time, and datetime classes from the datetime modulethe date and datetime classes from the datetime modulethe date class from the date module

User Felix Borzik
by
2.5k points

1 Answer

11 votes
11 votes

Answer:

datetime.time

Step-by-step explanation:

datetime.time is an idealized time that assumes there are 86,400 seconds per day with no leap seconds. This object stores the hour, minute, second, microsecond, and tzinfo (time zone)

User Shinzou
by
3.2k points