安裝中文字典英文字典辭典工具!
安裝中文字典英文字典辭典工具!
|
- datetime — Basic date and time types — Python 3. 14. 0 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. 0 documentation
See also Module: datetime Provides the time and datetime types with which the ZoneInfo class is designed to be used Package tzdata First-party package maintained by the CPython core developers to supply time zone data via PyPI
- Data Types — Python 3. 14. 0 documentation
The modules described in this chapter provide a variety of specialized data types such as dates and times, fixed-type arrays, heap queues, double-ended queues, and enumerations Python also provide
- email. utils: Miscellaneous utilities — Python 3. 14. 0 documentation
The default is False email utils format_datetime(dt, usegmt=False) ¶ Like formatdate, but the input is a datetime instance If it is a naive datetime, it is assumed to be “UTC with no information about the source timezone”, and the conventional -0000 is used for the timezone If it is an aware datetime, then the numeric timezone offset is
- Pending removal in future versions — Python 3. 14. 0 documentation
Pending removal in future versions ¶ The following APIs will be removed in the future, although there is currently no date scheduled for their removal argparse: Nesting argument groups and nesting mutually exclusive groups are deprecated Passing the undocumented keyword argument prefix_chars to add_argument_group() is now deprecated The argparse FileType type converter is deprecated
- PyTime C API — Python 3. 14. 0 documentation
It is similar to the Python time module For C API related to the datetime module, see DateTime Objects Types ¶ type PyTime_t ¶ A timestamp or duration in nanoseconds, represented as a signed 64-bit integer The reference point for timestamps depends on the clock used For example, PyTime_Time() returns timestamps relative to the UNIX epoch
|
|
|