class Pagy::Calendar::Year

def page_offset_at(time)

def page_offset_at(time)
  time.beginning_of_year.year - @initial.year
end