
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
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 …
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 …
time — Time access and conversions — Python 3.14.2 …
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
2 days ago · datetime — Basic date and time types Aware and Naive Objects Constants Available Types Common Properties Determining if an Object is Aware or Naive timedelta Objects …
PyTime C API — Python 3.14.2 documentation
The clock C API provides access to system clocks. It is similar to the Python time module. For C API related to the datetime module, see DateTime Objects. Types: Clock Functions: The …
calendar — General calendar-related functions — Python 3.14.2 …
3 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 …
typing — Support for type hints — Python 3.14.2 documentation
2 days ago · Source code: Lib/typing.py This module provides runtime support for type hints. Consider the function below: The function surface_area_of_cube takes an argument expected …
3. データモデル — Python 3.6.15 ドキュメント
注釈 デフォルトでは、文字列、バイト列、datetime オブジェクトの __hash__() 値は予測不可能なランダム値で "塩漬け" されます。 ハッシュ値は単独の Python プロセス内では定数であ …