summaryrefslogtreecommitdiffstats
path: root/fb.in
diff options
context:
space:
mode:
Diffstat (limited to 'fb.in')
-rw-r--r--fb.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fb.in b/fb.in
index 133e3d7..d47105a 100644
--- a/fb.in
+++ b/fb.in
@@ -200,7 +200,7 @@ elif [ "$DISPLAYHISTORY" ]; then
oldest_time=`echo "$now - $maxage" | bc`
awk -F" :: " '
- ($4 < '$minsize' || $3 < '$oldest_time' ) { print $1" - "$2}
+ ($4 < '$minsize' || $3 < '$oldest_time' ) { print $1" - \""$2"\" on "strftime("%a %b %d %H:%M:%S %Z %Y", $3)}
' $FBHIST
elif [ $# -eq 0 ]; then