diff options
author | Hans Bolinder <[email protected]> | 2018-12-03 08:24:26 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2018-12-03 08:24:26 +0100 |
commit | 2eeab3cc011ec503d7831fe588557f60d69aa8be (patch) | |
tree | a2d29d481e67fe06473e05a0fa23a042eb5c6a2c /lib/stdlib/doc/src | |
parent | 8756194c4c33d724d00aaa706175693575c9990d (diff) | |
parent | 8ec20295ba052e5666fc77b66c09445233943814 (diff) | |
download | otp-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/src')
-rw-r--r-- | lib/stdlib/doc/src/calendar.xml | 6 |
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> |