X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/304eb3b75c6605a11b5a43dea3ebae490670967b..b5f06e06c14f440d3c014b348149fe9ec1b67657:/script/statistics diff --git a/script/statistics b/script/statistics index ffc672b0b..05ed637a8 100755 --- a/script/statistics +++ b/script/statistics @@ -2,7 +2,7 @@ require File.join(File.dirname(__FILE__), "..", "config", "environment") -start_time = Time.now +start_time = Time.now.utc puts "" puts "" @@ -87,7 +87,7 @@ rescue StandardError => e puts "

Exception: #{e}
#{e.backtrace.join('
')}

" end -puts "

Report took #{Time.new - start_time} seconds to run

" +puts "

Report took #{Time.now.utc - start_time} seconds to run

" puts "" puts ""