You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.., except that during parsing, specifying the minutes is optional.
This format differs from LocalTime.Formats.ISO in its time part in that specifying the seconds is not optional.
JVM allows to ommit seconds (i.e. parse "2024-03-19T17:50Z") while builds for ios do not (fails with kotlinx.datetime.DateTimeFormatException: Parse error at char 16: expected char ':', got 'Z)
Omitting minutes, while allowed as per documentation, always fails for both targets.