Ignore:
Timestamp:
04/28/10 13:59:02 (3 years ago)
Author:
Davide Galimberti <davide.siro.galimberti@…>
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)
Message:

[IMP] Zodb scripts

  • parameters from command line
  • temporary directory chosen by command line
  • multiple recipients
File:
1 edited

Legend:

Unmodified
Added
Removed
  • bin/utils/zodb/transactions_stats.py

    r78dc7d r1e8847  
    112112 
    113113            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] ) 
    115115                percent = float(it._file.tell())/float(size) * 100 
    116116                #Check if we found the searched date 
Note: See TracChangeset for help on using the changeset viewer.