Skip to content

These changes better handle escaped characters in the format string. #10

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

Closed
wants to merge 1 commit into from
Closed

Conversation

markwalker42
Copy link

Fix an issue where escaped characters in the format string were getting decoded instead of getting passed through.
e.g. “Y-m-d\Ti:m:s"
was resulting in: 2016-02-08\PST32:02:15
rather than the expected:2016-02-08T32:02:15

e.g. “Y-m-d\\Ti:m:s"
was resulting in: 2016-02-08\PST32:02:15
rather than the expected:2016-02-08T32:02:15
@kartik-v kartik-v closed this Feb 10, 2016
kartik-v added a commit that referenced this pull request Feb 10, 2016
@kartik-v
Copy link
Owner

@markwalker42 - you can check and test these changes on the demo page.

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

Successfully merging this pull request may close these issues.

2 participants