class Pagy::Calendar::Month

def page_offset_at(time)

def page_offset_at(time)
  months_in(time.beginning_of_month) - months_in(@initial)
end