OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:found_zone
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_strptime.py
417
found_zone
= found_dict['Z'].lower()
419
if
found_zone
in tz_values:
424
time.daylight and
found_zone
not in ("utc", "gmt")):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_strptime.py
417
found_zone
= found_dict['Z'].lower()
419
if
found_zone
in tz_values:
424
time.daylight and
found_zone
not in ("utc", "gmt")):
Completed in 917 milliseconds