Static pyo3::ffi::PyDateTime_TimeZone_UTC [−][src]
pub static PyDateTime_TimeZone_UTC: _PyDateTime_TimeZone_UTC_impl
Expand description
Safe wrapper around the Python C-API global PyDateTime_TimeZone_UTC
. This follows a similar
strategy as PyDateTimeAPI
: the Python datetime C-API will automatically be imported if this
type is deferenced.
The type obtained by dereferencing this object is &'static PyObject
. This may change in the
future to be a more specific type representing that this is a datetime.timezone
object.