-
-
Notifications
You must be signed in to change notification settings - Fork 246
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
Add missing set_date function #494
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution. I like the detailed docstring with examples. However, it seems that the code needs some improvement; it currently doesn't work as expected. It would be great if you could also add a couple of tests to your pull request.
manually merged here d27e373 thanks! |
As written in this comment, a date variable is the number of days since 1990-01-01, written as a int.
I can't test it right now, but it's really simple so there shouldn't be any problems...