Improved the ISODateTimeTranscoder transcoder in the library target to support both ISO dates and timestamps.

This commit is contained in:
2026-03-27 18:00:16 +01:00
parent f1d649da16
commit 686895d057
2 changed files with 22 additions and 15 deletions
@@ -35,7 +35,7 @@ public struct AmiiboLiveClient: Sendable {
self.client = .init(
serverURL: serverURL,
configuration: .init(dateTranscoder: ISOTimestampTranscoder()),
configuration: .init(dateTranscoder: ISODateTimeTranscoder()),
transport: transport
)
}