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

End of workday exception fails if default time format changed #130

Open
bnbeckwith opened this issue Apr 6, 2016 · 1 comment
Open

End of workday exception fails if default time format changed #130

bnbeckwith opened this issue Apr 6, 2016 · 1 comment

Comments

@bnbeckwith
Copy link
Contributor

I have a Rails application that redefines the default time format. As a result, the regex check for end-of-day fails. This causes me to lose a second/day.
#129 fixes the issue by forcing a standard format onto the date instead of relying on to_s. The regex can then check a consistent string representation.

@bokmann
Copy link
Owner

bokmann commented Apr 1, 2017

the new release includes a fix for date format handling around regex. Is this still an issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants