浏览代码

Merge branch 'visualization_dev' of https://github.com/tonylixu/gitstats into visualization_dev

Greg Schultz 8 年前
父节点
当前提交
90c695e8ab
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      gitstats

+ 2
- 2
gitstats 查看文件

@@ -1109,8 +1109,8 @@ class HTMLReportCreator(ReportCreator):
1109 1109
 
1110 1110
              # For easy ctrl f search of the downloaded file, give the proper non-unix timestamp, NEEDS TESTING
1111 1111
             stamp_converted = datetime.datetime.fromtimestamp(int(stamp)).strftime('%Y-%m-%d %H:%M:%S')
1112
-            fgl.write('%d' % stamp_converted)
1113
-            fgc.write('%d' % stamp_converted)
1112
+            fgl.write('%s' % stamp_converted)
1113
+            fgc.write('%s' % stamp_converted)
1114 1114
 
1115 1115
             # hour_of_week_TEST.write("%d\t" %(stamp))
1116 1116
             # commits_by_author_TEST.write("%d\t" %(stamp))