mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 03:30:33 +02:00
Merge pull request #949 from internetee/registry-948
Return UTC date in EPP poll response
This commit is contained in:
commit
4bf24d8ba7
3 changed files with 28 additions and 6 deletions
|
@ -5,7 +5,7 @@ xml.epp_head do
|
|||
end
|
||||
|
||||
xml.tag!('msgQ', 'count' => current_user.queued_messages.count, 'id' => @message.id) do
|
||||
xml.qDate @message.created_at.try(:iso8601)
|
||||
xml.qDate @message.created_at.utc.xmlschema
|
||||
xml.msg @message.body
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue