Home
last modified time | relevance | path

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

/third_party/python/Doc/includes/
Dtzinfo_examples.py113 self.stdoffset = timedelta(hours=hours)
128 return self.stdoffset + self.dst(dt)
159 std_time = dt + self.stdoffset
/third_party/icu/icu4c/source/tools/tzcode/
Dlocaltime.c929 int_fast32_t stdoffset; in tzparse() local
942 stdoffset = 0; in tzparse()
958 name = getoffset(name, &stdoffset); in tzparse()
982 } else dstoffset = stdoffset - SECSPERHOUR; in tzparse()
1010 sp->ttis[1].tt_gmtoff = -stdoffset; in tzparse()
1019 starttime = transtime(year, &start, stdoffset), in tzparse()
1034 + (stdoffset - dstoffset))))) { in tzparse()
1119 sp->ats[i] += stdoffset - in tzparse()
1132 sp->ttis[0].tt_gmtoff = -stdoffset; in tzparse()
1146 sp->ttis[0].tt_gmtoff = -stdoffset; in tzparse()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dlocaltime.c929 int_fast32_t stdoffset; in tzparse() local
942 stdoffset = 0; in tzparse()
958 name = getoffset(name, &stdoffset); in tzparse()
982 } else dstoffset = stdoffset - SECSPERHOUR; in tzparse()
1010 sp->ttis[1].tt_gmtoff = -stdoffset; in tzparse()
1019 starttime = transtime(year, &start, stdoffset), in tzparse()
1034 + (stdoffset - dstoffset))))) { in tzparse()
1119 sp->ats[i] += stdoffset - in tzparse()
1132 sp->ttis[0].tt_gmtoff = -stdoffset; in tzparse()
1146 sp->ttis[0].tt_gmtoff = -stdoffset; in tzparse()
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dlocaltime.c929 int_fast32_t stdoffset; in tzparse() local
942 stdoffset = 0; in tzparse()
958 name = getoffset(name, &stdoffset); in tzparse()
982 } else dstoffset = stdoffset - SECSPERHOUR; in tzparse()
1010 sp->ttis[1].tt_gmtoff = -stdoffset; in tzparse()
1019 starttime = transtime(year, &start, stdoffset), in tzparse()
1034 + (stdoffset - dstoffset))))) { in tzparse()
1119 sp->ats[i] += stdoffset - in tzparse()
1132 sp->ttis[0].tt_gmtoff = -stdoffset; in tzparse()
1146 sp->ttis[0].tt_gmtoff = -stdoffset; in tzparse()
/third_party/tzdata/
Dlocaltime.c1115 int_fast32_t stdoffset; in tzparse() local
1136 name = getoffset(name, &stdoffset); in tzparse()
1177 } else dstoffset = stdoffset - SECSPERHOUR; in tzparse()
1202 init_ttinfo(&sp->ttis[0], -stdoffset, false, 0); in tzparse()
1238 starttime = transtime(year, &start, stdoffset), in tzparse()
1349 sp->ats[i] += stdoffset - in tzparse()
1361 init_ttinfo(&sp->ttis[0], -stdoffset, false, 0); in tzparse()
1370 init_ttinfo(&sp->ttis[0], -stdoffset, false, 0); in tzparse()
Dnewtzset.3.txt56 stdoffset[dst[offset][,rule]]
/third_party/python/Lib/test/
Ddatetimetester.py4751 self.stdoffset = timedelta(hours=hours)
4766 return self.stdoffset + self.dst(dt)
5007 return dt + self.stdoffset
5024 expected = fstart + FEastern.stdoffset
5043 expected = fstart + FEastern.stdoffset
5172 self.stdoffset = timedelta(hours=hours)
5187 return self.stdoffset + self.dst(dt)