Time, Date, Timestamp in Python
Jump to navigation
Jump to search
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.