updated wakatime package
This commit is contained in:
parent
750efc6b54
commit
eb84e224d3
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ def setup_logging(args, version):
|
|||
if not logfile:
|
||||
logfile = '~/.wakatime.log'
|
||||
handler = logging.FileHandler(os.path.expanduser(logfile))
|
||||
formatter = JsonFormatter(datefmt='%Y-%m-%dT%H:%M:%SZ')
|
||||
formatter = JsonFormatter(datefmt='%a %b %d %H:%M:%S %Z %Y')
|
||||
formatter.setup(
|
||||
timestamp=args.timestamp,
|
||||
endtime=args.endtime,
|
||||
|
|
Loading…
Reference in a new issue