Searched refs:stdoffset (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Doc/includes/ |
H A 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/ |
H A D | localtime.c | 931 int_fast32_t stdoffset; in tzparse() local 944 stdoffset = 0; in tzparse() 960 name = getoffset(name, &stdoffset); in tzparse() 984 } else dstoffset = stdoffset - SECSPERHOUR; in tzparse() 1012 sp->ttis[1].tt_gmtoff = -stdoffset; in tzparse() 1021 starttime = transtime(year, &start, stdoffset), in tzparse() 1036 + (stdoffset - dstoffset))))) { in tzparse() 1121 sp->ats[i] += stdoffset - in tzparse() 1134 sp->ttis[0].tt_gmtoff = -stdoffset; in tzparse() 1148 sp->ttis[0].tt_gmtoff = -stdoffset; in tzparse() [all...] |
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A 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() [all...] |
/third_party/tzdata/ |
H A D | localtime.c | 1092 int_fast32_t stdoffset; in tzparse() local 1114 name = getoffset(name, &stdoffset); in tzparse() 1152 } else dstoffset = stdoffset - SECSPERHOUR; in tzparse() 1177 init_ttinfo(&sp->ttis[0], -stdoffset, false, 0); in tzparse() 1212 starttime = transtime(year, &start, stdoffset), in tzparse() 1323 sp->ats[i] += stdoffset - in tzparse() 1335 init_ttinfo(&sp->ttis[0], -stdoffset, false, 0); in tzparse() 1343 init_ttinfo(&sp->ttis[0], -stdoffset, false, 0); in tzparse()
|
/third_party/python/Lib/test/ |
H A D | datetimetester.py | 5055 self.stdoffset = timedelta(hours=hours) 5070 return self.stdoffset + self.dst(dt) 5311 return dt + self.stdoffset 5328 expected = fstart + FEastern.stdoffset 5347 expected = fstart + FEastern.stdoffset 5476 self.stdoffset = timedelta(hours=hours) 5491 return self.stdoffset + self.dst(dt)
|
Completed in 16 milliseconds