Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix DeserializeXNode in .net core #1015

Merged
merged 1 commit into from
Sep 10, 2016
Merged

Conversation

WojciechNagorski
Copy link
Contributor

Fix for issue 997

Now in portable version (including the .net core) format for the DataTime in xml will be the same as the normal version of the library.

@JamesNK JamesNK merged commit dde6882 into JamesNK:master Sep 10, 2016
switch (kind)
{
case DateTimeKind.Local:
return "yyyy-MM-ddTHH:mm:sszzzzzzz";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why so many z's? https://msdn.microsoft.com/en-us/library/8kb3ddd4 says timezone specifier allows up to 3 z's, having more doesn't seem to make any difference.

@JamesNK
Copy link
Owner

JamesNK commented Sep 11, 2016

I think he meant F's

39ecc35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants