Lines Matching defs:zone
83 PyObject *zone;
177 PyObject *zone);
724 * serious problem, one would need to deliberately craft a malicious time zone
725 * file with many distinct offsets. As of tzdb 2019c, loading every single zone
1050 PyErr_Format(PyExc_ValueError, "No time zone information found.");
1068 // that the one we've picked up is a DST zone, so we need to make sure
1078 // Determine if this is a "fixed offset" zone, meaning that the output of
1090 // fixed-offset zone with extra _ttinfos defined may appear to *not* be
1091 // a fixed offset zone).
1968 * time zone abbreviation and an isdst boolean - it does not include the
2269 strong_cache_node_new(PyObject *key, PyObject *zone)
2277 Py_INCREF(zone);
2282 node->zone = zone;
2292 Py_XDECREF(node->zone);
2434 Py_INCREF(node->zone);
2435 return node->zone;
2449 PyObject *zone)
2455 StrongCacheNode *new_node = strong_cache_node_new(key, zone);
2565 PyDoc_STR("Retrieve a timedelta representing the UTC offset in a zone at "
2569 "in a zone at the given datetime.")},
2572 "zone that applies in a zone at a given datetime.")},