You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: