kaps_app/app/helpers/sitemap_helper.rb
Nicolas Bally d60301e8a7 initial
2019-01-21 01:15:10 +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