
datetime — Basic date and time types — Python 3.14.3 documentation
datetime — Basic date and time types ¶ Source code: Lib/datetime.py The datetime module supplies classes for manipulating dates and times. While date and time arithmetic is supported, the focus of …
DateTime Objects — Python 3.14.3 documentation
3 days ago · Various date and time objects are supplied by the datetime module. Before using any of these functions, the header file datetime.h must be included in your source (note that this is not …
Python
We would like to show you a description here but the site won’t allow us.
zoneinfo — IANA time zone support — Python 3.14.3 documentation
ZoneInfo is a concrete implementation of the datetime.tzinfo abstract base class, and is intended to be attached to tzinfo, either via the constructor, the datetime.replace method or datetime.astimezone:
time — Time access and conversions — Python 3.14.3 documentation
This module provides various time-related functions. For related functionality, see also the datetime and calendar modules. Although this module is always available, not all functions are available...
The Python Standard Library — Python 3.14.3 documentation
2 days ago · datetime — Basic date and time types zoneinfo — IANA time zone support calendar — General calendar-related functions collections — Container datatypes collections.abc — Abstract …
calendar — General calendar-related functions — Python 3.14.3 …
2 days ago · Parameters that specify dates are given as integers. For related functionality, see also the datetime and time modules. The functions and classes defined in this module use an idealized …
What’s New In Python 3.11
datetime.date.fromisoformat(), datetime.time.fromisoformat() and datetime.datetime.fromisoformat() can now be used to parse most ISO 8601 formats (barring only those that support fractional hours and …
csv — CSV File Reading and Writing — Python 3.14.3 documentation
2 days ago · Source code: Lib/csv.py The so-called CSV (Comma Separated Values) format is the most common import and export format for spreadsheets and databases. CSV format was used for many …
Python 模块索引 — Python 3.12.12 文档
Mar 12, 2012 · Python 模块索引 _ | a | b | c | d | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | t | u | v | w | x | z