Browse Source

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

Greg Schultz 8 years ago
parent
commit
90c695e8ab
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      gitstats

+ 2
- 2
gitstats View File

@@ -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))