Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dtimemodule.c432 tmtotuple(time_module_state *state, struct tm *p function
509 return tmtotuple(state, &buf);
511 return tmtotuple(state, &buf, "UTC", 0);
551 return tmtotuple(state, &buf);
559 return tmtotuple(state, &local, zone, gmtoff);

Completed in 3 milliseconds