Changeset 95 in tailor
- Timestamp:
- 07/16/04 17:41:47 (9 years ago)
- Hash name:
- 20040716154147-97f81-71d6d1998c42f7a4ea65b038e031793bb41bc24d
- File:
-
- 1 edited
-
vcpx/cvs.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/cvs.py
r94 r95 266 266 from os.path import join, exists 267 267 from time import strptime 268 from datetime import datetime 268 269 269 270 cvslog = CvsLog(working_dir=root) … … 280 281 # Assume this is from __getGlobalRevision() 281 282 since = sincerev 282 y,m,d,hh,mm,ss,d1,d2,d3 =strptime(sincerev, "%a %b %d %H:%M:%S %Y")283 y,m,d,hh,mm,ss,d1,d2,d3 = strptime(sincerev, "%Y-%m-%d %H:%M:%S") 283 284 sincedate = datetime(y,m,d,hh,mm,ss) 284 285
Note: See TracChangeset
for help on using the changeset viewer.
