diff options
author | Hans Bolinder <[email protected]> | 2018-06-01 08:30:04 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2018-06-01 08:30:04 +0200 |
commit | 554b0b0bcb6c85fdc3b2435ec7115a540e3ffce5 (patch) | |
tree | 73528789615696b203234d14018750a3fec9d970 | |
parent | 91b3a08c6f4afcf958171f1815347c8a5806fa97 (diff) | |
parent | bb893dcdfd9d6a991aef11895ec64f3e89438af0 (diff) | |
download | otp-554b0b0bcb6c85fdc3b2435ec7115a540e3ffce5.tar.gz otp-554b0b0bcb6c85fdc3b2435ec7115a540e3ffce5.tar.bz2 otp-554b0b0bcb6c85fdc3b2435ec7115a540e3ffce5.zip |
Merge branch 'hasse/stdlib/iso3339_fix'
* hasse/stdlib/iso3339_fix:
stdlib: Add links to RFC 3339 in calendar(3)
-rw-r--r-- | lib/stdlib/doc/src/calendar.xml | 9 |
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> |