summaryrefslogtreecommitdiff
path: root/lib/stdlib/doc/src/calendar.xml
diff options
context:
space:
mode:
authorHans Bolinder <hasse@erlang.org>2018-05-30 08:57:32 +0200
committerHans Bolinder <hasse@erlang.org>2018-05-30 08:57:32 +0200
commitbb893dcdfd9d6a991aef11895ec64f3e89438af0 (patch)
tree6a4472e598354c5f48df00cde02a6844fbb38b0c /lib/stdlib/doc/src/calendar.xml
parent4f91c8a34f4cc2c728a63e8d218566b3b3795b10 (diff)
downloaderlang-bb893dcdfd9d6a991aef11895ec64f3e89438af0.tar.gz
stdlib: Add links to RFC 3339 in calendar(3)
Diffstat (limited to 'lib/stdlib/doc/src/calendar.xml')
-rw-r--r--lib/stdlib/doc/src/calendar.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/stdlib/doc/src/calendar.xml b/lib/stdlib/doc/src/calendar.xml
index 8f2b6b747a..6b4fa7f98a 100644
--- a/lib/stdlib/doc/src/calendar.xml
+++ b/lib/stdlib/doc/src/calendar.xml
@@ -323,7 +323,9 @@
<type name="rfc3339_string"/>
<type name="rfc3339_time_unit"/>
<desc>
- <p>Converts an RFC 3339 timestamp into system time.</p>
+ <p>Converts an RFC 3339 timestamp into system time. The data format
+ of RFC 3339 timestamps is described by
+ <url href="https://www.ietf.org/rfc/rfc3339.txt">RFC 3339</url>.</p>
<p>Valid option:</p>
<taglist>
<tag><c>{unit, Unit}</c></tag>
@@ -378,7 +380,10 @@
<type name="rfc3339_string"/>
<type name="rfc3339_time_unit"/>
<desc>
- <p>Converts a system time into RFC 3339 timestamp.</p>
+ <p>Converts a system time into an RFC 3339 timestamp. The data format
+ of RFC 3339 timestamps is described by
+ <url href="https://www.ietf.org/rfc/rfc3339.txt">RFC 3339</url>.
+ The data format of offsets is also described by RFC 3339.</p>
<p>Valid options:</p>
<taglist>
<tag><c>{offset, Offset}</c></tag>