Searched refs:dst_abbr (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Lib/zoneinfo/ |
H A D | _zoneinfo.py | 433 self, std_abbr, std_offset, dst_abbr, dst_offset, start=None, end=None 446 self.dst = _ttinfo(utcoff=dst_offset, dstoff=delta, tzname=dst_abbr) 654 dst_abbr = m.group("dst") 659 if dst_abbr: 660 dst_abbr = dst_abbr.strip("<>") 670 if dst_abbr is not None: 688 return _TZStr(std_abbr, std_offset, dst_abbr, dst_offset, start, end)
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | time_zone_posix.h | 24 // dst_abbr = "PDT" 115 std::string dst_abbr; member
|
H A D | time_zone_posix.cc | 145 p = ParseAbbr(p, &res->dst_abbr); in ParsePosixSpec()
|
H A D | time_zone_info.cc | 342 if (posix.dst_abbr.empty()) { // std only in ExtendTransitions() 350 if (!GetTransitionType(posix.dst_offset, true, posix.dst_abbr, &dst_ti)) in ExtendTransitions()
|
/third_party/python/Modules/ |
H A D | _zoneinfo.c | 149 build_tzrule(PyObject *std_abbr, PyObject *dst_abbr, long std_offset, 1468 PyObject *dst_abbr = NULL; in parse_tz_str() local 1504 num_chars = parse_abbr(p, &dst_abbr); in parse_tz_str() 1557 build_tzrule(std_abbr, dst_abbr, std_offset, dst_offset, start, end, out); in parse_tz_str() 1559 Py_XDECREF(dst_abbr); in parse_tz_str() 1564 if (dst_abbr != NULL && dst_abbr != Py_None) { in parse_tz_str() 1565 Py_DECREF(dst_abbr); in parse_tz_str() 1908 * If `dst_abbr` is NULL, this will construct an "STD-only" _tzrule, in which 1915 build_tzrule(PyObject *std_abbr, PyObject *dst_abbr, lon argument [all...] |
Completed in 7 milliseconds