business_time icon indicating copy to clipboard operation
business_time copied to clipboard

End of workday exception fails if default time format changed

Open bnbeckwith opened this issue 9 years ago • 1 comments

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.

bnbeckwith avatar Apr 06 '16 18:04 bnbeckwith

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

bokmann avatar Apr 01 '17 18:04 bokmann