Skip to content

Commit 4776955

Browse files
committed
Link to RFC 3339 instead of Wikipedia for ISO 8601
1 parent 5ede2d9 commit 4776955

File tree

1 file changed

+1
-1
lines changed
  • docs/specification/draft/basic/utilities

1 file changed

+1
-1
lines changed

docs/specification/draft/basic/utilities/tasks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ While this note is not prescriptive regarding the specific usage of SSE streams,
420420

421421
### TTL and Resource Management
422422

423-
1. Receivers **MUST** include a `createdAt` [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)-formatted timestamp in all task responses to indicate when the task was created.
423+
1. Receivers **MUST** include a `createdAt` [ISO 8601](https://datatracker.ietf.org/doc/html/rfc3339#section-5)-formatted timestamp in all task responses to indicate when the task was created.
424424
1. Receivers **MAY** override the requested `ttl` duration.
425425
1. Receivers **MUST** include the actual `ttl` duration (or `null` for unlimited) in `tasks/get` responses.
426426
1. After a task's `ttl` lifetime has elapsed, receivers **MAY** delete the task and its results, regardless of the task status.

0 commit comments

Comments
 (0)