From 88ecd85fe15d76209ac236742498ffa5bca743da Mon Sep 17 00:00:00 2001 From: sejo Date: Sat, 8 Jan 2022 12:58:19 -0600 Subject: [PATCH] replaced rfc3339 option --- generasitio.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generasitio.sh b/generasitio.sh index ad98b62..a3601da 100755 --- a/generasitio.sh +++ b/generasitio.sh @@ -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