updated wakatime package

This commit is contained in:
Alan Hamlett 2013-07-12 00:10:27 -07:00
parent 6b7eadb30e
commit 230dddb88b
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ def setup_logging(args, version):
if not logfile: if not logfile:
logfile = '~/.wakatime.log' logfile = '~/.wakatime.log'
handler = logging.FileHandler(os.path.expanduser(logfile)) 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( formatter.setup(
timestamp=args.timestamp, timestamp=args.timestamp,
endtime=args.endtime, endtime=args.endtime,