
datetime — Basic date and time types — Python 3.14.1 documentation
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 the implementation is on efficient attr...
time — Time access and conversions — Python 3.14.2 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...
zoneinfo — IANA time zone support — Python 3.14.2 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:
DateTime Objects — Python 3.14.2 documentation
1 day 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 …
Data Types — Python 3.14.2 documentation
1 day ago · The modules described in this chapter provide a variety of specialized data types such as dates and times, fixed-type arrays, heap queues, double-ended queues, and enumerations. Python …
calendar — General calendar-related functions — Python 3.14.1 …
1 day 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 …
Python Documentation contents — Python 3.14.2 documentation
Why does Python use methods for some functionality (e.g. list.index ()) but functions for other (e.g. len (list))? Why is join () a string method instead of a list or tuple method?
The Python Standard Library — Python 3.14.2 documentation
1 day ago · While The Python Language Reference describes the exact syntax and semantics of the Python language, this library reference manual describes the standard library that is distributed with …
email.utils: Miscellaneous utilities — Python 3.14.1 documentation
2 days ago · Like formatdate, but the input is a datetime instance. If it is a naive datetime, it is assumed to be “UTC with no information about the source timezone”, and the conventional -0000 is used for …
Pythonモジュール索引 — Python 3.10.19 ドキュメント
Mar 10, 2019 · 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