replaced rfc3339 option

This commit is contained in:
sejo 2022-01-08 12:58:19 -06:00
parent d28a7889b4
commit 88ecd85fe1
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ do
htmlpath="web/${path%gmo}html" # agrega "web/" y cambia el sufijo
gempath="gem/${path%gmo}gmi" # agrega "gem/"
fecha=$(date -r src/$path --rfc-3339=date)
fecha=$(date -r src/$path +%F)
# haz la conversión
awk -v fecha=$fecha -f gemtext2html.awk $f > $htmlpath