From 9710192b70e9c5a6a4710901a449816123e53028 Mon Sep 17 00:00:00 2001 From: Carlos Fenollosa Date: Thu, 7 Mar 2013 19:56:04 +0100 Subject: [PATCH] Fixes #4 --- bb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bb.sh b/bb.sh index eff3e77..3380c98 100755 --- a/bb.sh +++ b/bb.sh @@ -557,7 +557,7 @@ rebuild_all_entries() { awk '//, //{if (!// && !//) print}' "$i" >> "$contentfile" # Original post timestamp - timestamp="$(date -r $i)" + timestamp="$(date -R -r $i)" create_html_page "$contentfile" "$i.rebuilt" no "$title" "$timestamp" # keep the original timestamp!