Sfoglia il codice sorgente

gapps: Update date format

* Use UTC
* Don't put hypens everywhere
Paul Keith 7 anni fa
parent
commit
a4d54293ca
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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