Lines Matching defs:zone
905 // We know that there's no time zone, so if there's stuff at the
3844 PyDoc_STR("datetime -> string name of time zone.")},
3863 PyDoc_STR("Abstract base class for time zone info objects.");
5164 /* Convert UTC to tzinfo's zone. */
5200 /* Convert UTC to tzinfo's zone. */
5853 * inter-zone comparison is such that its utcoffset() depends
6091 const char *zone = NULL;
6096 zone = local_time_tm.tm_zone;
6104 zone = buf;
6134 if (zone != NULL) {
6135 nameo = PyUnicode_DecodeLocale(zone, "surrogateescape");
6225 /* Conversion to self's own time zone is a NOP. */
6925 Some time zone algebra. For a datetime x, let
7106 time zone. This isn't true if, for political reasons or continental drift,
7118 perverse time zone returns a negative dst()). So a breaking case must be