mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +02:00
Converted to use Rails Time.zone only to honor app time zone
This commit is contained in:
parent
a42136268f
commit
e1041da50f
16 changed files with 34 additions and 31 deletions
|
@ -7,7 +7,7 @@ class EppDoc
|
|||
|
||||
def start(example_count)
|
||||
@output.puts '# EPP REQUEST - RESPONSE EXAMPLES'
|
||||
@output.puts "GENERATED AT: #{Time.now} "
|
||||
@output.puts "GENERATED AT: #{Time.zone.now} "
|
||||
@output.puts "EXAMPLE COUNT: #{example_count.count} "
|
||||
@output.puts "\n---\n\n"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue