musifrat_app/app/helpers/sitemap_helper.rb
Nicolas Bally a1aef72f7f intial
2019-02-03 15:12:58 +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