X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/49e06f2f1467da10484320185d3c2316a76278e5..cfb4a70129c634e16caa71251467710e45e1debf:/script/statistics
diff --git a/script/statistics b/script/statistics
index cab1a5191..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 "
"
@@ -30,7 +30,7 @@ begin
puts "Number of relations | #{relation_count} |
"
puts ""
- puts "Top 50 users for uploads of GPS data
"
+ puts 'Top 50 users for uploads of GPS data
'
puts ""
puts "User | Number of Points |
"
@@ -41,7 +41,7 @@ begin
puts "
"
- puts "Number of users editing over the past...
"
+ puts 'Number of users editing over the past...
'
puts ""
puts "Data Type | Day | Week | Month |
"
@@ -59,7 +59,7 @@ begin
puts "
"
- puts "Top users editing over the past...
"
+ puts 'Top users editing over the past...
'
puts ""
puts "Day | Week | Month |
"
@@ -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 ""