From fa0e1948194b522d78688fb3c4075a8d9ed4339e Mon Sep 17 00:00:00 2001 From: deajan Date: Mon, 13 Mar 2017 13:07:16 +0100 Subject: [PATCH] Made TSTAMP more readable --- dev/ofunctions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/ofunctions.sh b/dev/ofunctions.sh index 1fa1124..b3d989e 100644 --- a/dev/ofunctions.sh +++ b/dev/ofunctions.sh @@ -3,7 +3,7 @@ #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1-RC3+dev -_OFUNCTIONS_BUILD=2017021301 +_OFUNCTIONS_BUILD=2017031301 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOTSTRAP=true #### _OFUNCTIONS_BOOTSTRAP SUBSET END #### @@ -68,7 +68,7 @@ fi #### DEBUG SUBSET END #### SCRIPT_PID=$$ -TSTAMP=$(date '+%Y%m%d%H%M%S%N') +TSTAMP=$(date '+%Y%m%dT%H%M%S.%N') LOCAL_USER=$(whoami) LOCAL_HOST=$(hostname)