|
- 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 the implementation is on efficient attribute extraction for output formatting and manipulation
- 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:
- Data Types — Python 3. 14. 2 documentation
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 of usage: timedelta date Objects Examples of Usage: date datetime Objects Examples of Usage: datetime time Objects Examples of Usage: time tzinfo Objects timezone Objects
- 変更履歴 — 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)
|
|
|