The datetime module contains a number of classes for manipulating dates and times.
Date and time types:
date
stores year, month, and daytime
stores hour, minute, and seconddatetime
stores year, month, day, hour, minute, and secondtimedelta
a duration of time between two dates, times, or datetimes
When naming variables follow the PEP-8 Style Guide for Python Code
Converting from string to datetime