summaryrefslogtreecommitdiffstats
path: root/lib/time.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/time.sh')
-rw-r--r--lib/time.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/time.sh b/lib/time.sh
index 661aa62..aa4990b 100644
--- a/lib/time.sh
+++ b/lib/time.sh
@@ -166,7 +166,7 @@ _ob_gmtime()
done
mday=$((${timep} - $(_ob_month_to_days ${mon} ${year}) + 1))
- printf '%04d %02d %02d %02d %02d %02d' \
+ printf '%d %d %d %d %d %d' \
${year} ${mon} ${mday} ${hour} ${min} ${sec}
return 0
}