Skip to content

Commit

Permalink
docs: fixed date format example (#2038)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitar committed Dec 8, 2021
1 parent ba6981e commit fc4703a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/concepts/rest-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ format:

```
{
"created_at": "2006-01-02T15:04:05Z07:00"
"created_at": "2006-01-02T15:04:05+07:00"
}
```

0 comments on commit fc4703a

Please sign in to comment.