I need to convert this string to DateTime: "10/1/19 4:19:38 AM UTC"
I have tried the below and get various errors.
CultureInfo provider = CultureInfo.InvariantCulture;
DateTime.ParseExact(value.ToString(), "MM/dd/yy hh:mm:ss tt KKK", provider);
DateTime.ParseExact(value.ToString(), "MM/dd/yy hh:mm:ss t K", provider)
this is different from Parse DateTime with time zone of form PST/CEST/UTC/etc as it is parsing an alpha month name