Searched refs:whent (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Modules/ | ||
H A D | timemodule.c | 479 time_t whent; local 484 whent = time(NULL); 487 if (_PyTime_ObjectToTime_t(ot, &whent, _PyTime_ROUND_FLOOR) == -1) 490 *pwhen = whent; |
Completed in 3 milliseconds