Skip to content

Commit b5ee369

Browse files
committed
kt
1 parent 6ca94cc commit b5ee369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/runtime-core/native/src/aws/smithy/kotlin/runtime/time/InstantNative.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public actual class Instant(internal val delegate: KtInstant) : Comparable<Insta
6666
* Parse an ISO-8601 formatted string into an [Instant]
6767
*/
6868
public actual fun fromIso8601(ts: String): Instant {
69-
val parseException = ParseException(ts, "Failed to parse $ts into an ISO-8601 timestamp", 0)
69+
val parseException = ParseException(ts, "Failed to parse $ts into an ISO-8601 timestamp", 0)
7070

7171
listOf(
7272
{ DateTimeFormats.ISO_8601.parse(ts).apply { if (second == 60) second = 59 }.toInstantUsingOffset() },

0 commit comments

Comments
 (0)