Home
last modified time | relevance | path

Searched refs:janzone (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A Dtimemodule.c1809 int janzone = (int)janzone_t; local
1813 if (janzone < julyzone) {
1816 PyModule_AddIntConstant(m, "altzone", janzone);
1817 PyModule_AddIntConstant(m, "daylight", janzone != julyzone);
1820 PyModule_AddIntConstant(m, "timezone", janzone);
1822 PyModule_AddIntConstant(m, "daylight", janzone != julyzone);

Completed in 3 milliseconds