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 noticed a time dependency was added a while back to support Time.parse, but this library already uses ActiveSupport - is there a reason we can't use Time.parse from there instead of adding a new dependency for the same thing?