We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c2ae95 commit 8c17a9cCopy full SHA for 8c17a9c
docker/docker-entrypoint.sh
@@ -9,7 +9,7 @@ then
9
else
10
# Create output dir
11
# date-time format is the following: 20230123_1622 for 2023 Jan 23, 16:22.
12
- DATETIME=$(date '+%Y%m%d_%k%M')
+ DATETIME=$(date '+%F_%H%M')
13
OUT_DIR=$RESULT_DIR/$DATETIME-$HOST_HOSTNAME
14
mkdir $OUT_DIR
15
0 commit comments