SwedbankPay/swedbank-pay-sdk-dotnet

CustomDateTimeConverter returns incorrect datetime kind

Closed this issue · 1 comments

The CustomDateTimeConverter reads the string value with DateTime.Parse which uses the current culture.
When converters returns the DateTime it sets the kind to Utc, which is incorrect.

Fixed in Release 4.0.0