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

Confusion about month abbreviations #10

Closed
weiqingcai opened this issue Aug 30, 2021 · 1 comment · Fixed by #11
Closed

Confusion about month abbreviations #10

weiqingcai opened this issue Aug 30, 2021 · 1 comment · Fixed by #11

Comments

@weiqingcai
Copy link

Thank you very much for checking my issue. I found that August was abbreviated as Agu instead of Aug when I used it, which made me very confused. I want to ask why this is?
example found in filter.py file:
NAMED_MONTHS = {'Jan': 1, 'Feb': 2, 'Mar': 3, 'Apr': 4,
'May': 5, 'Jun': 6, 'Jul': 7, 'Agu': 8,
'Sep': 9, 'Oct': 10, 'Nov': 11, 'Dec': 12}

@shinux
Copy link
Owner

shinux commented Aug 31, 2021

Sorry, just a typo and fixed in #11

Please check and upgrade to v0.2.2: https://pypi.org/project/pytime/

@shinux shinux closed this as completed Aug 31, 2021
@shinux shinux mentioned this issue Aug 31, 2021
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 a pull request may close this issue.

2 participants