Searched refs:stdoffset (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Doc/includes/ |
D | tzinfo_examples.py | 113 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/ |
D | localtime.c | 929 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/ |
D | localtime.c | 929 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/ |
D | localtime.c | 929 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/ |
D | localtime.c | 1115 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()
|
D | newtzset.3.txt | 56 stdoffset[dst[offset][,rule]]
|
/third_party/python/Lib/test/ |
D | datetimetester.py | 4751 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)
|