diff options
author | Hans Bolinder <[email protected]> | 2018-12-03 08:29:35 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2018-12-03 08:29:35 +0100 |
commit | b2f07297e8ee65b34b2e74d721ff537223210a72 (patch) | |
tree | 677b787ef4863fa54ab773511ab2617402659415 /lib/stdlib/doc | |
parent | 8ca061c3006ad69c2a8d1c835d0d678438966dfc (diff) | |
parent | 2eeab3cc011ec503d7831fe588557f60d69aa8be (diff) | |
download | otp-b2f07297e8ee65b34b2e74d721ff537223210a72.tar.gz otp-b2f07297e8ee65b34b2e74d721ff537223210a72.tar.bz2 otp-b2f07297e8ee65b34b2e74d721ff537223210a72.zip |
Merge branch 'maint'
* maint:
stdlib: Let calendar:system_time_to_rfc3339() keep fractions
Diffstat (limited to 'lib/stdlib/doc')
-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> |