# File lib/holidays/scandinavia.rb, line 124
def self.se_midsommardagen(year)
  date = Date.civil(year,6,20)
  date += (6 - date.wday)
  date
end