From 1790f907bcaaac2f06cd6e30858ecad3367eb091 Mon Sep 17 00:00:00 2001 From: Taro Matsuzawa Date: Sat, 4 Feb 2017 00:46:49 +0900 Subject: [PATCH] use common date command option between GNU date and BSD date --- quickstart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstart.sh b/quickstart.sh index 673d2a0..93f785c 100755 --- a/quickstart.sh +++ b/quickstart.sh @@ -33,7 +33,7 @@ testdata=${osm_area}.osm.pbf MIN_COMPOSE_VER=1.7.1 MIN_DOCKER_VER=1.10.0 STARTTIME=$(date +%s) -STARTDATE=$(date -Iminutes) +STARTDATE=$(date +"%Y-%m-%dT%H:%M%z") githash=$( git rev-parse HEAD ) log_file=./quickstart.log