Skip to content

Instantly share code, notes, and snippets.

@matthewarkin
Created November 24, 2014 21:41
Show Gist options
  • Save matthewarkin/24cca2d345473041cf9c to your computer and use it in GitHub Desktop.
Save matthewarkin/24cca2d345473041cf9c to your computer and use it in GitHub Desktop.
Parse issue .net timestamp
Message "String was not recognized as a valid DateTime."
StackTrace " at System.DateTimeParse.ParseExact(String s, String format, DateTimeFormatInfo dtfi, DateTimeStyles style)
at System.DateTime.ParseExact(String s, String format, IFormatProvider provider)
at Parse.ParseClient.ParseDate(String input)
at Parse.ParseObject.MergeMagicFields(IDictionary`2 data)
at Parse.ParseObject.MergeFromServer(IDictionary`2 data)
at Parse.ParseObject.MergeAfterSave(IDictionary`2 result)
at Parse.ParseObject.<>c__DisplayClass1f.<SaveAsync>b__1b(Task`1 t)
at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment