8000 fix date format. · pmcgrath/developer.github.com@09675d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 09675d0

Browse files
authored
fix date format.
fix date format.
1 parent 9dd5267 commit 09675d0

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)
0