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

Commit 99cc0ac

Browse files
authored
Merge pull request #1110 from chaoranxie/master
fix date format, the doc is out of sync with what the api actually returns
2 parents a96292f + 09675d0 commit 99cc0ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/responses/admin.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ module Responses
6767
"seats_available" => 84,
6868
"kind" => "standard",
6969
"days_until_expiration" => 365,
70-
"expire_at" => "2016/02/06 12:41:52 -0600"
70+
"expire_at" => "2016-02-06T12:41:52-06:00"
7171
}
7272

7373
INDEXING_SUCCESS ||= {

0 commit comments

Comments
 (0)