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

Chronic can't parse year "00": returns nil #387

Open
mreigen opened this issue Feb 4, 2019 · 2 comments
Open

Chronic can't parse year "00": returns nil #387

mreigen opened this issue Feb 4, 2019 · 2 comments

Comments

@mreigen
Copy link

mreigen commented Feb 4, 2019

>> Chronic.parse("June 15 00 at 5:45 AM")
=> nil
>> Chronic.parse("June 15 06 at 5:45 AM")
=> 2006-06-15 05:45:00 -0700
>> Chronic.parse("June 15 2000 at 5:45 AM")
=> 2000-06-15 05:45:00 -0700

This seems to be fixed with a commit from @renziver (86db388) But it doesn't seem to be released. The latest release is 0.10.2 as of the time of this writing.

@delongtj
Copy link

@mojombo would it be possible to get a new version of this gem published to rubygems? A lot of pertinent fixes have been pushed to master since the last release.

@joevandyk
Copy link

joevandyk commented Oct 19, 2021

bump on release :)

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

3 participants