diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-02-24 13:39:12 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-02-24 13:39:12 +0100 |
commit | cce3b7638b0e9480c808c3893ede7d772d5ddc5e (patch) | |
tree | 48d29b00c4df8f2ceee1629ab763bad942a1fbfb | |
parent | cf9d6f75f9d9b5a6b7207ea5221ccbd176b0d094 (diff) |
documentation: fix typo to RFC reference for timestamps: RFC-3332 to RFC-3339
-rw-r--r-- | sfeed.1 | 2 | ||||
-rw-r--r-- | sfeed.5 | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -51,7 +51,7 @@ Item author. .Sh AUTHORS .An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org .Sh CAVEATS -If a timezone is not in the RFC-822 or RFC-3332 format it is not supported and +If a timezone is not in the RFC-822 or RFC-3339 format it is not supported and the UNIX timestamp is interpreted as UTC+0. .Pp HTML in titles is treated as plain-text. @@ -46,7 +46,7 @@ Item author. .Sh AUTHORS .An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org .Sh CAVEATS -If a timezone is not in the RFC-822 or RFC-3332 format it is not supported and +If a timezone is not in the RFC-822 or RFC-3339 format it is not supported and the UNIX timestamp is interpreted as UTC+0. .Pp HTML in titles is treated as plain-text. |