sadem_app/app/helpers/sitemap_helper.rb
Nicolas Bally 000500e534 init
2020-02-25 02:33:11 +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