48,200 نتائج کے بارے میں
روابط کو نئے ٹیب میں کھوليں
  1. 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 …

  2. 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 …

  3. 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 …

  4. Data Types — Python 3.14.2 documentation

    3 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 …

  5. 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 …

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

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