OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldtzname
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython2/Lib/test/
test_strptime.py
586
oldtzname
= time.tzname
606
_strptime._strptime_time(
oldtzname
[0], '%Z')
608
_strptime._strptime_time(
oldtzname
[1], '%Z')
/external/python/cpython3/Lib/test/
test_strptime.py
647
oldtzname
= time.tzname
667
_strptime._strptime_time(
oldtzname
[0], '%Z')
669
_strptime._strptime_time(
oldtzname
[1], '%Z')
Completed in 1059 milliseconds