Skip to content

Commit 30f751d

Browse files
authored
fix: correct example
Closes #886
1 parent 008a85c commit 30f751d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ecosystem/api-design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ Ory's APIs use [rfc3339](https://tools.ietf.org/html/rfc3339) as the date format
5050

5151
```
5252
{
53-
"created_at": "2006-01-02T15:04:05Z07:00"
53+
"created_at": "2006-01-02T15:04:05+07:00"
5454
}
5555
```

0 commit comments

Comments
 (0)