aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)