From 87fed3a305171772078eaa25b4d02bcc83b0cda1 Mon Sep 17 00:00:00 2001
From: Al Snow
def self.make_backup(file, data_path, full_file_name)
- FileUtils.cp "#{full_file_name}", "#{data_path}/bak#{Time.now.to_i}_#{file.original_filename}"
+ FileUtils.cp "#{full_file_name}", "#{data_path}/bak#{Time.zone.now.to_i}_#{file.original_filename}"
end
@@ -153,4 +153,4 @@
-
\ No newline at end of file
+
diff --git a/report.html b/report.html
index d0b0aeb..c8c5512 100644
--- a/report.html
+++ b/report.html
@@ -807,7 +807,7 @@ p {