次のエラーが表示されます。
System.FormatException: 文字列は有効な DateTime として認識されませんでした
Google plus date をインドのタイムゾーンに変換すると。私はこのコードを使用します:
private static DateTime Getdate(string published)
{
return DateTime.ParseExact(published, "MM/dd/yyyy", CultureInfo.InvariantCulture);
}
前もって感謝します。