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 date format #1023

Merged
merged 3 commits into from
Dec 9, 2022
Merged

fix date format #1023

merged 3 commits into from
Dec 9, 2022

Conversation

mirabilos
Copy link
Collaborator

commit 12822e7 was meant to remove support for the YYYYMMDD date format (to avoid trying to parse 20033000 as date) but missed one place and did not update either test data or documentation; this PR does that (using a regular expression and manual git diff review to make sure I didn’t catch any unrelated numbers, hoping I got them all)

commit 12822e7
was missing this occurrence
fixing up after commit 12822e7

also do note the removal of the old format in the docs
mirabilos added a commit to mirabilos/dygraphs that referenced this pull request Sep 11, 2022
danvk#1023

Since we added the changes from upstream git master in the
last merge commit we’ll also want this.

| commit 12822e7 was meant to remove support for the YYYYMMDD date
| format (to avoid trying to parse 20033000 as date) but missed one
| place and did not update either test data or documentation; this PR
| does that (using a regular expression and manual git diff review to
| make sure I didn’t catch any unrelated numbers, hoping I got them all)
@mirabilos mirabilos merged commit 04c5028 into danvk:master Dec 9, 2022
@mirabilos mirabilos deleted the pr-datefmt-docs branch December 9, 2022 05:08
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.

1 participant