Home
last modified time | relevance | path

Searched refs:isdst (Results 26 - 29 of 29) sorted by relevance

12

/third_party/python/Lib/test/test_zoneinfo/
H A Dtest_zoneinfo.py855 isdst = bool(offset.dst)
858 ttinfos.append((utcoff, isdst, abbrind))
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_format_test.cc37 #define ExpectTime(tp, tz, y, m, d, hh, mm, ss, off, isdst, zone) \
47 EXPECT_TRUE(isdst == al.is_dst); \
/third_party/python/Lib/test/
H A Ddatetimetester.py4773 # For naive datetime, utctimetuple == timetuple except for isdst
5538 # Europe/Vilnius Mon Jun 23 20:59:59 1941 UTC = Mon Jun 23 23:59:59 1941 MSK isdst=0 gmtoff=10800
5539 # Europe/Vilnius Mon Jun 23 21:00:00 1941 UTC = Mon Jun 23 23:00:00 1941 CEST isdst=1 gmtoff=7200
5879 A list of (offset, isdst, abbr) tuples
5923 for i, (gmtoff, isdst, abbrind) in enumerate(ttis):
5925 ttis[i] = (timedelta(0, gmtoff), isdst, abbr)
5987 isdst = self._find_ti(dt, 1)
5992 return ZERO if isdst else HOUR
6067 """Find all folds with the same value of isdst on both sides of the transition."""
/third_party/curl/tests/
H A Druntests.pl2440 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =

Completed in 16 milliseconds

12