From a4d54293ca422dcb1ce56ad6ae0455e682ac03df Mon Sep 17 00:00:00 2001 From: Paul Keith Date: Sat, 10 Feb 2018 23:38:56 +0100 Subject: [PATCH] gapps: Update date format * Use UTC * Don't put hypens everywhere --- build/gapps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/gapps.sh b/build/gapps.sh index 66a03a0..3c2175d 100755 --- a/build/gapps.sh +++ b/build/gapps.sh @@ -6,7 +6,7 @@ ## # var # -DATE=$(date +%F-%H-%M) +DATE=$(date -u +%Y%m%d_%H%M%S) TOP=$(realpath .) ANDROIDV=8.1.0 GARCH=$1