Changeset 391 for python/trunk/Doc/includes/tzinfo-examples.py
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/includes/tzinfo-examples.py
r2 r391 72 72 tt = (dt.year, dt.month, dt.day, 73 73 dt.hour, dt.minute, dt.second, 74 dt.weekday(), 0, -1)74 dt.weekday(), 0, 0) 75 75 stamp = _time.mktime(tt) 76 76 tt = _time.localtime(stamp)
Note:
See TracChangeset
for help on using the changeset viewer.