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