mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 03:58:27 +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
|
@ -1,7 +1,7 @@
|
|||
xml.epp_head do
|
||||
xml.greeting do
|
||||
xml.svID 'EPP server (EIS)'
|
||||
xml.svDate Time.now.utc.iso8601
|
||||
xml.svDate Time.zone.now.utc.iso8601
|
||||
xml.svcMenu do
|
||||
xml.version '1.0'
|
||||
xml.lang 'en'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue