Quellcode durchsuchen

disable non unix timestamp testing

Schultz vor 8 Jahren
Ursprung
Commit
927c105ce7
1 geänderte Dateien mit 5 neuen und 14 gelöschten Zeilen
  1. 5
    14
      gitstats

+ 5
- 14
gitstats Datei anzeigen

@@ -1107,10 +1107,11 @@ class HTMLReportCreator(ReportCreator):
1107 1107
             fgl.write('%d' % stamp)
1108 1108
             fgc.write('%d' % stamp)
1109 1109
 
1110
-             # For easy ctrl f search of the downloaded file, give the proper non-unix timestamp, NEEDS TESTING
1111
-            stamp_converted = datetime.datetime.fromtimestamp(int(stamp)).strftime('%Y-%m-%d %H:%M:%S')
1112
-            fgl.write('%s' % stamp_converted)
1113
-            fgc.write('%s' % stamp_converted)
1110
+             # For easy ctrl f search of the downloaded file, give the proper non-unix timestamp, 
1111
+             # NEEDS TESTING
1112
+            # stamp_converted = datetime.datetime.fromtimestamp(int(stamp)).strftime('%Y-%m-%d %H:%M:%S')
1113
+            # fgl.write(' %s' % stamp_converted)
1114
+            # fgc.write(' %s' % stamp_converted)
1114 1115
 
1115 1116
             # hour_of_week_TEST.write("%d\t" %(stamp))
1116 1117
             # commits_by_author_TEST.write("%d\t" %(stamp))
@@ -1122,16 +1123,6 @@ class HTMLReportCreator(ReportCreator):
1122 1123
                 fgl.write(' %d' % lines_by_authors[author])
1123 1124
                 fgc.write(' %d' % commits_by_authors[author])
1124 1125
 
1125
-                # hour_of_week_TEST.write("%d\t" % lines_by_authors[author] )
1126
-                # commits_by_author_TEST.write("%d\t" % commits_by_authors[author] )
1127
-
1128
-            # hour_of_week_TEST.write("\n")
1129
-            # commits_by_author_TEST.write("\n")
1130
-
1131
-           
1132
-
1133
-
1134
-
1135 1126
             fgl.write('\n')
1136 1127
             fgc.write('\n')
1137 1128
         fgl.close()