Home
last modified time | relevance | path

Searched refs:tzhour (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_date_time.cpp352 unsigned tzhour = 0; in Decode_ISO_8601() local
357 &tzhour, in Decode_ISO_8601()
361 fTimeZone.SetOffsetMinutes (sign * (tzhour * 60 + tzmin)); in Decode_ISO_8601()
556 unsigned tzhour = 0; in Decode_IPTC_Time() local
566 &tzhour, in Decode_IPTC_Time()
572 zone.SetOffsetMinutes (tzsign * (tzhour * 60 + tzmin)); in Decode_IPTC_Time()
/third_party/python/Modules/
H A D_datetimemodule.c929 int tzhour = 0, tzminute = 0, tzsecond = 0; in parse_isoformat_time() local
930 rv = parse_hh_mm_ss_ff(tzinfo_pos, p_end, &tzhour, &tzminute, &tzsecond, in parse_isoformat_time()
933 *tzoffset = tzsign * ((tzhour * 3600) + (tzminute * 60) + tzsecond); in parse_isoformat_time()
/third_party/python/Lib/test/
H A Ddatetimetester.py5261 for tzhour in (0, 1, 1, 2):
5262 expectedbase = self.dstoff.replace(hour=tzhour)

Completed in 18 milliseconds