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

Fixing Issue #894 #900

Closed
wants to merge 1 commit into from
Closed

Fixing Issue #894 #900

wants to merge 1 commit into from

Conversation

gavishpoddar
Copy link
Contributor

It seems removing this line resolves issue #894

Please check and merge the pull request

Before

[('March 3, 2021, 12:47 am', datetime.datetime(2021, 3, 3, 12, 47))]
After

[('March 3, 2021, 00:47', datetime.datetime(2021, 3, 3, 0, 47))]

It seems removing this line resolves the issue #894 : search_dates() wrong result for 12:xx am
@gavishpoddar
Copy link
Contributor Author

Issues with tests creating new pull request shortly correcting the tests

@Gallaecio
Copy link
Member

Gallaecio commented Apr 5, 2021

@gavishpoddar For future reference, updating your existing pull requests (by pushing additional changes to the corresponding branch of your fork) is generally preferred over creating new pull requests.

@gavishpoddar
Copy link
Contributor Author

Thanks @Gallaecio, in future I will follow that

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.

2 participants