aboutsummaryrefslogtreecommitdiffstats
path: root/pathod
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-08-23 17:22:17 +1200
committerAldo Cortesi <aldo@nullcube.com>2012-08-23 17:22:17 +1200
commit60b016365f627f7c26561056b4257a2ce739f018 (patch)
treeafb9e9b904476f4cab0cfdc914d81a13041431e8 /pathod
parentb1cbea8cb7114d8ea69f20b1f2944508e8e77c57 (diff)
downloadmitmproxy-60b016365f627f7c26561056b4257a2ce739f018.tar.gz
mitmproxy-60b016365f627f7c26561056b4257a2ce739f018.tar.bz2
mitmproxy-60b016365f627f7c26561056b4257a2ce739f018.zip
Use 24-hour clock for log timestamps.
Diffstat (limited to 'pathod')
-rwxr-xr-xpathod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pathod b/pathod
index ba7662ea..82a7edc0 100755
--- a/pathod
+++ b/pathod
@@ -59,7 +59,7 @@ def main(parser, args):
log.setLevel(logging.DEBUG)
fmt = logging.Formatter(
'%(asctime)s: %(message)s',
- datefmt='%d-%m-%y %I:%M:%S',
+ datefmt='%d-%m-%y %H:%M:%S',
)
if args.logfile:
fh = logging.handlers.WatchedFileHandler(args.logfile)