Skip to content

Commit bcbbd1c

Browse files
andrius-puksta-sensmetryarp242
authored andcommitted
remove redundant time precision requirements
Removed redundant statements about millisecond precision, erroneously introduced in #805
1 parent 827d3b5 commit bcbbd1c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

toml.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -593,11 +593,6 @@ Seconds may be omitted, in which case `:00` will be assumed.
593593
ldt3 = 1979-05-27T07:32
594594
```
595595

596-
Millisecond precision is required. Further precision of fractional seconds is
597-
implementation-specific. If the value contains greater precision than the
598-
implementation can support, the additional precision must be truncated, not
599-
rounded.
600-
601596
Implementations are required to support at least millisecond precision.
602597
Additional digits of precision may be specified, but if they exceed the
603598
supported precision then the extra digits must be truncated, not rounded.
@@ -631,11 +626,6 @@ Seconds may be omitted, in which case `:00` will be assumed.
631626
lt3 = 07:32
632627
```
633628

634-
Millisecond precision is required. Further precision of fractional seconds is
635-
implementation-specific. If the value contains greater precision than the
636-
implementation can support, the additional precision must be truncated, not
637-
rounded.
638-
639629
Implementations are required to support at least millisecond precision.
640630
Additional digits of precision may be specified, but if they exceed the
641631
supported precision then the extra digits must be truncated, not rounded.

0 commit comments

Comments
 (0)