Time, Date, Timestamp in Python

From NovaOrdis Knowledge Base
Revision as of 21:32, 8 October 2023 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

Internal

Overview

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

Additionally, the dateutil module provides useful extensions.