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

months are not extracted correctly in 10, 11 and 12 in egn.generate #4

Open
analog-void opened this issue Nov 30, 2023 · 0 comments
Open

Comments

@analog-void
Copy link

at line 104:
year, month, day = int(dday[0:4]), int(dday[6:7]), int(dday[8:10])
should be
year, month, day = int(dday[0:4]), int(dday[5:7]), int(dday[8:10])

Best regards

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

No branches or pull requests

1 participant