Mercurial > p > roundup > code
diff roundup/rlog.py @ 2727:93e2e5b55a3c
new Interval props weren't created properly in rdbms
(also, fix logging datestamp)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 08 Oct 2004 00:18:28 +0000 |
| parents | 6e9bd67fefa9 |
| children | 9c8de04a76b1 |
line wrap: on
line diff
--- a/roundup/rlog.py Thu Oct 07 23:38:44 2004 +0000 +++ b/roundup/rlog.py Fri Oct 08 00:18:28 2004 +0000 @@ -102,7 +102,7 @@ self.format = format def write(self, level, message): info = { - 'time': time.strftime('%Y-%m-%d %H:%M:%D'), + 'time': time.strftime('%Y-%m-%d %H:%M:%S'), 'level': BasicLogging.NAMES[level], 'message': message }
