aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2018-12-03 08:24:26 +0100
committerGitHub <[email protected]>2018-12-03 08:24:26 +0100
commit2eeab3cc011ec503d7831fe588557f60d69aa8be (patch)
treea2d29d481e67fe06473e05a0fa23a042eb5c6a2c /lib/stdlib/doc
parent8756194c4c33d724d00aaa706175693575c9990d (diff)
parent8ec20295ba052e5666fc77b66c09445233943814 (diff)
downloadotp-2eeab3cc011ec503d7831fe588557f60d69aa8be.tar.gz
otp-2eeab3cc011ec503d7831fe588557f60d69aa8be.tar.bz2
otp-2eeab3cc011ec503d7831fe588557f60d69aa8be.zip
Merge pull request #2036 from uabboli/hasse/stdlib/rfc3339_fraction/OTP-15464
stdlib: Let calendar:system_time_to_rfc3339() keep fractions
Diffstat (limited to 'lib/stdlib/doc')
-rw-r--r--lib/stdlib/doc/src/calendar.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/calendar.xml b/lib/stdlib/doc/src/calendar.xml
index 6b4fa7f98a..5aee635c38 100644
--- a/lib/stdlib/doc/src/calendar.xml
+++ b/lib/stdlib/doc/src/calendar.xml
@@ -403,7 +403,11 @@
default is <c>second</c>. If some other unit is given
(<c>millisecond</c>, <c>microsecond</c>, or
<c>nanosecond</c>), the formatted string includes a
- fraction of a second.</p>
+ fraction of a second. The number of fractional second
+ digits is three, six, or nine depending on what time unit
+ is chosen. Notice that trailing zeros are not removed from
+ the fraction.
+ </p>
</item>
</taglist>
<pre>