Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_zoneinfo.c52 int64_t (*year_to_timestamp)(TransitionRuleType *, int); member
1331 *start = rule->start->year_to_timestamp(rule->start, year); in tzrule_transitions()
1332 *end = rule->end->year_to_timestamp(rule->end, year); in tzrule_transitions()