Module pyo3::types::datetime

source ·
Available on non-Py_LIMITED_API only.
Expand description

Safe Rust wrappers for types defined in the Python datetime library

For more details about these types, see the Python documentation

Macros§

Structs§

Traits§

  • Trait for accessing the date components of a struct containing a date.
  • Trait for accessing the components of a struct containing a timedelta.
  • Trait for accessing the time components of a struct containing a time.
  • Trait for accessing the components of a struct containing a tzinfo.

Functions§

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here