In python, there are four types that are commonly used to manage time. Timestamps, time
tuples, datetime objects, and strings. Programmers often have to convert between these
types depending on the situation or API. This article will describe all conversion
patterns.