Time, Date, Timestamp in Python: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 3: Line 3:


=Overview=
=Overview=
Time, date and timestamps are handled with the <code>datetime</code> module, available in the Standard Library.
Additionally, the <code>dateutil</code> module provides useful extensions.

Revision as of 21:32, 8 October 2023

Internal

Overview

Time, date and timestamps are handled with the datetime module, available in the Standard Library.

Additionally, the dateutil module provides useful extensions.