0.14.0
(feat): Change default datetime type to DateTime<FixedOffset> with flexible parsing. This preserves original timezone offsets from server responses while accepting any datetime format (with or without timezone). When no timezone is provided, UTC is assumed. Use dateTimeType: "utc" to convert all datetimes to UTC instead.