Home
last modified time | relevance | path

Searched defs:tzsign (Results 1 – 2 of 2) sorted by relevance

/external/dng_sdk/source/
Ddng_date_time.cpp549 int tzsign = (time [6] == '-') ? -1 : 1; in Decode_IPTC_Time() local
/external/python/cpython3/Modules/
D_datetimemodule.c822 int tzsign = (*tzinfo_pos == '-') ? -1 : 1; in parse_isoformat_time() local