Searched refs:get_local_timestamp (Results 1 – 1 of 1) sorted by relevance
155 get_local_timestamp(PyObject *dt, int64_t *local_ts);511 if (get_local_timestamp(dt, ×tamp)) { in zoneinfo_fromutc()2144 if (get_local_timestamp(dt, &ts)) { in find_ttinfo()2195 get_local_timestamp(PyObject *dt, int64_t *local_ts) in get_local_timestamp() function