This type actually does not conform to the specification for a date.
However, this is in use in our code base. This type is when a string represents a date value as stored as an iso8601 string.
@type t() :: %Avrogen.Avro.Types.Logical.DateString{ logicalType: String.t() | nil, type: String.t() | nil }