Closed this issue 10 months ago · 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.
CustomDateTimeConverter
string
DateTime.Parse
DateTime
Utc
Fixed in Release 4.0.0