Home
last modified time | relevance | path

Searched refs:otz1 (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
Dtimemodule.c1681 PyObject *otz0, *otz1; local
1697 otz1 = PyUnicode_FromWideChar(tzinfo.DaylightName, -1);
1698 if (otz1 == NULL) {
1707 otz1 = PyUnicode_DecodeLocale(_Py_tzname[1], "surrogateescape");
1708 if (otz1 == NULL) {
1713 PyObject *tzname_obj = Py_BuildValue("(NN)", otz0, otz1);