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

Number of days in months incorrect for the years 2081, 2082 #26

Open
binokaryg opened this issue Nov 19, 2024 · 0 comments
Open

Number of days in months incorrect for the years 2081, 2082 #26

binokaryg opened this issue Nov 19, 2024 · 0 comments

Comments

@binokaryg
Copy link
Member

It is similar to #20.

"2081": [31, 32, 31, 32, 31, 30, 30, 30, 29, 30, 30, 30],
"2082": [30, 32, 31, 32, 31, 30, 30, 30, 29, 30, 30, 30],

Year Month Days (incorrect) Days (correct)
2081 11 30 29
2081 12 30 31
2082 1 30 31
2082 2 32 31
2082 6 30 31
2082 8 30 29
2082 9 30 29
2082 10 29 30

Sources:

@binokaryg binokaryg changed the title Number of days incorrect for months for the years 2081, 2082 Number of days in months incorrect for the years 2081, 2082 Nov 19, 2024
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