corrected use of updated date on atom feeds

This commit is contained in:
sejo 2022-05-04 18:42:30 -05:00
parent f1a97e256c
commit ccd681e207
1 changed files with 2 additions and 2 deletions

View File

@ -457,8 +457,8 @@ function genLog()
log.f = assert( io.open( log.path, "a" ) )
end
logs.gematom.f:write(string.format("<updated>%sT12:00:00Z</updated>\n",fecha))
logs.webatom.f:write(string.format("<updated>%sT12:00:00Z</updated>\n",fecha))
logs.gematom.f:write(string.format("<updated>%sT12:00:00Z</updated>\n",meta.fecha))
logs.webatom.f:write(string.format("<updated>%sT12:00:00Z</updated>\n",meta.fecha))
-- process each line of log.txt