Explorar o código

gapps: Update date format

* Use UTC
* Don't put hypens everywhere
Paul Keith %!s(int64=7) %!d(string=hai) anos
pai
achega
a4d54293ca
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      build/gapps.sh

+ 1 - 1
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