datetime — Basic date and time types — Python 3.10.2 ...
docs.python.org › 3 › libraryAttributes: hour, minute, second, microsecond, and tzinfo. class datetime.datetime. A combination of a date and a time. Attributes: year, month, day, hour, minute, second, microsecond, and tzinfo. class datetime.timedelta. A duration expressing the difference between two date, time, or datetime instances to microsecond resolution. class datetime.tzinfo