Searched refs:get_local_timestamp (Results 1 – 1 of 1) sorted by relevance
154 get_local_timestamp(PyObject *dt, int64_t *local_ts);509 if (get_local_timestamp(dt, ×tamp)) { 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