OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tfields
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
makechangelog.py
54
tfields
= map(string.atoi, fields) + [0, 0, 0]
55
tfields
[5] =
tfields
[5] - time.timezone
56
t = time.mktime(tuple(
tfields
))
/external/python/cpython2/Demo/pdist/
makechangelog.py
54
tfields
= map(string.atoi, fields) + [0, 0, 0]
55
tfields
[5] =
tfields
[5] - time.timezone
56
t = time.mktime(tuple(
tfields
))
Completed in 338 milliseconds