About 35,300 results
Open links in new tab
  1. datetime — Basic date and time types — Python 3.14.2 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 …

  2. 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 this is not …

  3. zoneinfo — IANA time zone support — Python 3.15.0a3 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:

  4. Data Types — Python 3.14.2 documentation

    4 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 Examples …

  5. 3. データモデル — Python 3.6.15 ドキュメント

    注釈 デフォルトでは、文字列、バイト列、datetime オブジェクトの __hash__() 値は予測不可能なランダム値で "塩漬け" されます。 ハッシュ値は単独の Python プロセス内では定数であり続けますが …

  6. time --- 时间的访问和转换 — Python 3.14.2 文档

    该模块提供了各种与时间相关的函数。 相关功能还可以参阅 datetime 和 calendar 模块。 尽管所有平台皆可使用此模块,但模块内的函数并非所有平台都可用。 此模块中定义的大多数函数的实现都是调 …

  7. 11. 标准库简介 —— 第二部分 — Python 3.14.2 文档

    11. 标准库简介 —— 第二部分 ¶ 第二部分涵盖了专业编程所需要的更高级的模块。这些模块很少用在小脚本中。 11.1. 格式化输出 ¶ reprlib 模块提供了一个定制化版本的 repr() 函数,用于缩略显示大型或深 …