Time, Date, Timestamp in Python: Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[Time#Time.2C_Date.2C_Timestamp_Handling_in_Python|Time]] | * [[Time#Time.2C_Date.2C_Timestamp_Handling_in_Python|Time]] | ||
* [[Python Code Examples#Code_Examples|Python Code Examples]] | |||
=Overview= | =Overview= |
Revision as of 21:36, 8 October 2023
Internal
Overview
Time, date and timestamps are handled with the time
and datetime
modules, available in the Standard Library.
Additionally, the dateutil
module provides useful extensions.