Skip to content

Commit 0c0814b

Browse files
committed
Fix typo in datetime reference: RFC 3339 defines "timestamps"
1 parent d2e65ac commit 0c0814b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/guano_specification.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ or namespaced manufacturer-specific fields). Editing implementations should
8484
persist all unknown metadata fields exactly as read.
8585

8686
Dates, times, and datetimes must appear in one of the following formats, which
87-
are subsets of the ISO 8601 and RFC 3331 specifications.
87+
are subsets of the [ISO 8601](https://wikipedia.org/wiki/ISO_8601) and
88+
[RFC 3339](https://tools.ietf.org/html/rfc3339) specifications.
8889

8990
**Date**
9091

@@ -109,7 +110,7 @@ are subsets of the ISO 8601 and RFC 3331 specifications.
109110
* 2015-12-31T23:59:59.123Z
110111
* 2015-12-31T23:59:59.123456Z
111112

112-
**UTC Relative DateTime***
113+
**UTC Relative DateTime**
113114

114115
* 2015-12-31T23:59:59+04:00
115116
* 2015-12-31T23:59:59.123+04:00

0 commit comments

Comments
 (0)