소스 검색

gapps: Update date format

* Use UTC
* Don't put hypens everywhere
Paul Keith 7 년 전
부모
커밋
a4d54293ca
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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