aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-16 03:07:57 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-16 03:07:57 +1200
commit3d7389530ae1d64cff7d9d1c21b0338463e5a301 (patch)
tree5eb2986a444433eeef4755980f0d3ba6e85cf9fa /bin
parentMerge branch 'release/v6.9.0' into develop (diff)
downloaddotfiles-3d7389530ae1d64cff7d9d1c21b0338463e5a301.tar.gz
dotfiles-3d7389530ae1d64cff7d9d1c21b0338463e5a301.zip
Use RFC2822 date format in dfv(1df)
Diffstat (limited to 'bin')
-rw-r--r--bin/dfv.mi52
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dfv.mi5 b/bin/dfv.mi5
index 0dedd0cb..38e919f8 100644
--- a/bin/dfv.mi5
+++ b/bin/dfv.mi5
@@ -2,7 +2,7 @@
cat <<'EOF'
<%
include(`VERSION')
- syscmd(`printf "Built on %s by %s@%s\n" "$(date)" "$(id -nu)" "$(uname -n)"')
+ syscmd(`printf "Built on %s by %s@%s\n" "$(date +"%a, %d %b %Y %T %z")" "$(id -nu)" "$(uname -n)"')
%>
The next 1<<10 years are ours!
EOF