basic_dem_app/app/helpers/sitemap_helper.rb
Nicolas Bally 3524d4c862 intial
2020-03-18 15:49:29 +01:00

7 lines
110 B
Ruby

module SitemapHelper
def w3c_date(date)
date.utc.strftime("%Y-%m-%dT%H:%M:%S+00:00")
end
end