class Pagy::Calendar::Unit

def localize(time, opts)

Apply the strftime format to the time (overridden by the i18n extra when localization is required)
def localize(time, opts)
  time.strftime(opts[:format])
end