I have issue to convert ISO date time to local datetime.
the flowing code is not work with me and give error
Dim txt As String = "20200530T015253+08"
Dim output As DateTime = DateTime.ParseExact(txt, "u", System.Globalization.CultureInfo.InvariantCulture)
the error is
System.FormatException: 'String was not recognized as a valid DateTime.'