Changeset 1e8847 in indico for bin/utils/zodb/transactions_stats.py
- Timestamp:
- 04/28/10 13:59:02 (3 years ago)
- Branches:
- master, burotel, hello-world-walkthrough, ipv6, new-webex, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
- Children:
- df3d1f
- Parents:
- 55dc34
- git-author:
- Davide Galimberti <davide.siro.galimberti@…> (04/28/10 13:55:19)
- git-committer:
- Davide Galimberti <davide.siro.galimberti@…> (04/28/10 13:59:02)
- File:
-
- 1 edited
-
bin/utils/zodb/transactions_stats.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bin/utils/zodb/transactions_stats.py
r78dc7d r1e8847 112 112 113 113 if((not int(options.days)) or (now - then < delta)): 114 dateT = strftime("%d-%m-%Y", [int(ts.year()), int(ts.month()), int(ts.day()), 0,0,0,0,0,0] )114 dateT = strftime("%d-%m-%Y", [int(ts.year()), int(ts.month()), int(ts.day()),1,1,1,1,1,1] ) 115 115 percent = float(it._file.tell())/float(size) * 100 116 116 #Check if we found the searched date
Note: See TracChangeset
for help on using the changeset viewer.
