fixed date format of output. still need to fix reading input

This commit is contained in:
James Tomasino 2018-04-12 14:39:37 -04:00
parent 43f504e101
commit de865b1e5a
1 changed files with 1 additions and 1 deletions

2
burrow
View File

@ -446,7 +446,7 @@ make_rss () {
printf "<item>\\n"
printf " <title>%s</title>\\n" "$title"
printf " <link>gopher://%s/0%s%s/%s</link>\\n" "$config_gopher_server" "$config_gopher_root" "$config_dir_phlog" "$filename"
printf " <pubdate>%s</pubdate>\\n" "$(date -d "$date" +"%A, %d %b %Y %H:%M:%S %z" )"
printf " <pubdate>%s</pubdate>\\n" "$(date -d "$date" +"%a, %d %b %Y %T %z" )"
printf " <description><![CDATA[<pre>\\n"
if printf "%s" "$filename" | grep -q "gophermap$"
then