From 29960db184ead68f1b7e4aab823d0776c9dcca8a Mon Sep 17 00:00:00 2001 From: gutmet Date: Wed, 21 Oct 2020 14:42:01 +0200 Subject: [PATCH] gitdist: use UTC time, use full date and time --- gitdist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitdist b/gitdist index 5054f40..d7a7170 100755 --- a/gitdist +++ b/gitdist @@ -25,7 +25,7 @@ if [ "$leave" = true ]; then exit 1 fi -timestamp=`date +"%Y%m%d-%H%M"` +timestamp=`date -u +"%F-%T"` currentBranch=`git rev-parse --abbrev-ref HEAD` if [ "$currentBranch" = "master" ]; then