Skip to content

Commit

Permalink
Merge 0a29392 into 82a057d
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex L. Urban committed Apr 1, 2019
2 parents 82a057d + 0a29392 commit 969e0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gwdetchar/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
NOW = datetime.datetime.now()
TIMEZONE = reference.LocalTimezone().tzname(NOW)

DATEFMT = '%Y-%m-%d %H:%M {}'.format(TIMEZONE)
DATEFMT = '%Y-%m-%d %H:%M:%S {}'.format(TIMEZONE)
FMT = '%(name)s %(asctime)s %(levelname)+8s: %(message)s'


Expand Down

0 comments on commit 969e0fb

Please sign in to comment.