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

[Android] Fix to time preparsing returning invalid value #1494

Merged
merged 1 commit into from
May 22, 2018

Conversation

almedina-ms
Copy link
Contributor

This is the fix to this #1371

It looks like the method wcsftime didn't work in SDK 19 always returning a "%" which in turn messed the string to integer conversion and made the program crash, I changed the function to strftime which is the same function, with the only difference that the former uses single byte chars

@almedina-ms almedina-ms changed the title Fix to time preparsing returning invalid value [Android] Fix to time preparsing returning invalid value May 22, 2018
Copy link
Member

@jwoo-msft jwoo-msft left a comment

Choose a reason for hiding this comment

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

:shipit:

@almedina-ms almedina-ms merged commit af80f17 into master May 22, 2018
@almedina-ms almedina-ms deleted the user/almedina-ms/FixToTimeParsing branch June 25, 2018 18:03
rankush pushed a commit to rankush/AdaptiveCards that referenced this pull request May 8, 2024
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

2 participants