summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/fdp-functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fdp-functions b/bin/fdp-functions
index 836c339..316450e 100644
--- a/bin/fdp-functions
+++ b/bin/fdp-functions
@@ -73,7 +73,7 @@ iso2date() {
if [ ${multi} -eq 1 ]; then
echo -ne "${x}\t"
fi
- date -d 2006-01-18 +'%a %b %d %Y'
+ date -d "${x}" +'%a %b %d %Y'
done
}