Skip to content
This repository has been archived by the owner on Nov 1, 2017. It is now read-only.

Commit

Permalink
Merge pull request #1110 from chaoranxie/master
Browse files Browse the repository at this point in the history
fix date format, the doc is out of sync with what the api actually returns
  • Loading branch information
MikeMcQuaid committed Aug 8, 2016
2 parents a96292f + 09675d0 commit 99cc0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/responses/admin.rb
Expand Up @@ -67,7 +67,7 @@ module Responses
"seats_available" => 84,
"kind" => "standard",
"days_until_expiration" => 365,
"expire_at" => "2016/02/06 12:41:52 -0600"
"expire_at" => "2016-02-06T12:41:52-06:00"
}

INDEXING_SUCCESS ||= {
Expand Down

0 comments on commit 99cc0ac

Please sign in to comment.