class Pagy::Calendar::Week

def page_offset_at(time)

def page_offset_at(time)
  page_offset(@initial, time.beginning_of_week)
end