ExtendedLocalDate
typealias ExtendedLocalDate = @Serializable(with = LocalDateIso8601Serializer::class) LocalDate(source)
LocalDate in the ISO 8601 extended format (YYYY-MM-DD).
LocalDate in the ISO 8601 extended format (YYYY-MM-DD).