U
Une Bévue
I'm building a sitemap.xml using ruby, one input "lastmod" is expected
as :
<lastmod>2011-03-23T08:08:39+00:00</lastmod>
using :
File.mtime(path) i get :
<lastmod>2011-03-29 13:16:12 +0200</lastmod>
are those different ?
if yes, how to switch to the first one ?
as :
<lastmod>2011-03-23T08:08:39+00:00</lastmod>
using :
File.mtime(path) i get :
<lastmod>2011-03-29 13:16:12 +0200</lastmod>
are those different ?
if yes, how to switch to the first one ?