Skip to content

Commit b07ef03

Browse files
committed
Clarify a comment
1 parent 972d23a commit b07ef03

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
@@ -92,7 +92,7 @@ public class DateTimeComponents internal constructor(internal val contents: Date
9292
* ISO 8601 extended format for dates and times with UTC offset.
9393
*
9494
* For specifying the time zone offset, the format uses the [UtcOffset.Formats.ISO] format, except that during
95-
* parsing, specifying the minutes is optional.
95+
* parsing, specifying the minutes of the offset is optional (so offsets like `+03` are also allowed).
9696
*
9797
* This format differs from [LocalTime.Formats.ISO] in its time part in that
9898
* specifying the seconds is *not* optional.

0 commit comments

Comments
 (0)