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

[io.spech5] spec_date_to_iso : "May" missing #91

Closed
dnaudet opened this issue Jun 1, 2016 · 0 comments
Closed

[io.spech5] spec_date_to_iso : "May" missing #91

dnaudet opened this issue Jun 1, 2016 · 0 comments
Assignees
Labels

Comments

@dnaudet
Copy link
Contributor

dnaudet commented Jun 1, 2016

in spech5.py file:

Change :

months = ['Jan', 'Feb', 'Mar', 'Apr', 'Jun', 'Jul',
              'Aug', 'Sep', 'Oct', 'Nov', 'Dec']

To :

months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul',
              'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
@dnaudet dnaudet self-assigned this Jun 1, 2016
@dnaudet dnaudet added the bug label Jun 1, 2016
@dnaudet dnaudet changed the title [io.spech5] May missing from the month pattern array [io.spech5] spec_date_to_iso : "May" missing Jun 1, 2016
@PiRK PiRK closed this as completed in 2d549ad Jun 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant