Time, Date, Timestamp in Python
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.