X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/8ecb53b8692cbaac262fba5b1baa632d7cef5353..0322ed4295702d5842632af959ecf1ae00fa1983:/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 ""