Skip to content

Commit b3133a6

Browse files
committed
Clarify a comment
1 parent 13fd441 commit b3133a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/common/src/format/DateTimeComponents.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public class DateTimeComponents internal constructor(internal val contents: Date
6767
* ISO 8601 extended format for dates and times with UTC offset.
6868
*
6969
* For specifying the time zone offset, the format uses the [UtcOffset.Formats.ISO] format, except that during
70-
* parsing, specifying the minutes of the offset is optional.
70+
* parsing, specifying the minutes of the offset is optional (so offsets like `+03` are also allowed).
7171
*
7272
* This format differs from [LocalTime.Formats.ISO] in its time part in that
7373
* specifying the seconds is *not* optional.

0 commit comments

Comments
 (0)