X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0654be27f9826e6cca4b88c03b39517214612351..679f442470243b440b24f249247b5a68ecb8ae57:/script/statistics
diff --git a/script/statistics b/script/statistics
index cd9e9afa7..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 "
"
@@ -11,7 +11,8 @@ puts "OpenStreetMap Statistics"
puts ""
puts ""
puts ""
-puts "OpenStreetMap stats report run at #{start_time}
"
+puts "OpenStreetMap stats
"
+puts "Report run at #{start_time}
"
begin
ActiveRecord::Base.transaction do
@@ -29,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 |
"
@@ -40,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 |
"
@@ -58,7 +59,7 @@ begin
puts "
"
- puts "Top users editing over the past...
"
+ puts 'Top users editing over the past...
'
puts ""
puts "Day | Week | Month |
"
@@ -86,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 ""