Created
November 24, 2014 21:41
-
-
Save matthewarkin/24cca2d345473041cf9c to your computer and use it in GitHub Desktop.
Parse issue .net timestamp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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