From bb893dcdfd9d6a991aef11895ec64f3e89438af0 Mon Sep 17 00:00:00 2001 From: Hans Bolinder Date: Wed, 30 May 2018 08:57:32 +0200 Subject: stdlib: Add links to RFC 3339 in calendar(3) --- lib/stdlib/doc/src/calendar.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'lib/stdlib/doc') 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 @@ -

Converts an RFC 3339 timestamp into system time.

+

Converts an RFC 3339 timestamp into system time. The data format + of RFC 3339 timestamps is described by + RFC 3339.

Valid option:

{unit, Unit} @@ -378,7 +380,10 @@ -

Converts a system time into RFC 3339 timestamp.

+

Converts a system time into an RFC 3339 timestamp. The data format + of RFC 3339 timestamps is described by + RFC 3339. + The data format of offsets is also described by RFC 3339.

Valid options:

{offset, Offset} -- cgit v1.2.3