Home
last modified time | relevance | path

Searched refs:tt_gmtoff (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c80 int_fast32_t tt_gmtoff; /* UT offset in seconds */ member
288 timezone = -(ttisp->tt_gmtoff); in settzname()
292 altzone = -(ttisp->tt_gmtoff); in settzname()
452 ttisp->tt_gmtoff = detzcode(p); in tzload()
623 result = ap->tt_gmtoff == bp->tt_gmtoff && in typesequiv()
1007 sp->ttis[0].tt_gmtoff = -dstoffset; in tzparse()
1010 sp->ttis[1].tt_gmtoff = -stdoffset; in tzparse()
1073 -sp->ttis[j].tt_gmtoff; in tzparse()
1082 -sp->ttis[j].tt_gmtoff; in tzparse()
1123 theiroffset = -sp->ttis[j].tt_gmtoff; in tzparse()
[all …]
/external/python/cpython3/Tools/tz/
Dzdump.py48 lmt = datetime.utcfromtimestamp(trans + tti.tt_gmtoff)
53 shift = " %+g" % ((tti.tt_gmtoff - prev_tti.tt_gmtoff) / 3600)