
datetime — Basic date and time types — Python 3.14.2 …
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 …
DateTime Objects — Python 3.14.2 documentation
2 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 …
time — Time access and conversions — Python 3.12.12 …
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 …
Data Types — Python 3.14.2 documentation
1 day ago · datetime Objects Examples of Usage: datetime time Objects Examples of Usage: time tzinfo Objects timezone Objects strftime() and strptime() Behavior strftime() and strptime() …
zoneinfo — IANA time zone support — Python 3.14.2 …
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 …
変更履歴 — Python 3.10.19 ドキュメント
gh-91581: Remove an unhandled error case in the C implementation of calls to datetime.fromtimestamp with no time zone (i.e. getting a local time from an epoch timestamp).