Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_zoneinfo.c154 get_local_timestamp(PyObject *dt, int64_t *local_ts);
509 if (get_local_timestamp(dt, &timestamp)) { in zoneinfo_fromutc()
2140 if (get_local_timestamp(dt, &ts)) { in find_ttinfo()
2191 get_local_timestamp(PyObject *dt, int64_t *local_ts) in get_local_timestamp() function