feat: Document datetime and date formats (#1565)
Add a new document that precisely describes the string representation of datetime and date types. The previous description of them as "ISO 8601 Datetime" was very imprecise, as ISO 8601 describes many different ways of representing a datetime and date. Specify the datetime format precisely as the ISO 8601 profile described in RFC 3339, and the date format precisely as the "Complete date" format from the W3C note on date and time formats. Adjust all the references to ISO 8601 datetimes or dates to link back to the definition. Fixes #1420
This commit is contained in:
parent
09dc6a85cd
commit
49868155b9
35 changed files with 117 additions and 54 deletions
|
@ -617,7 +617,7 @@ TODO
|
|||
#### `latest_page_notification_at` {{%optional%}}
|
||||
|
||||
**Description:** Date at which the most recent notification from this group within the current page has been created. This is only returned when paginating through notification groups.\
|
||||
**Type:** String (ISO 8601 Datetime)\
|
||||
**Type:** String ([Datetime](/api/datetime-format#datetime))\
|
||||
**Version history:**
|
||||
4.3.0 (`mastodon` [API version]({{< relref "entities/Instance#api-versions" >}}) 2) - added
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue