1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-16 10:53:00 +00:00

Merge pull request #589 from Neilpang/dev

add _utc_date function
This commit is contained in:
neil
2017-02-06 19:32:33 +08:00
committed by GitHub
+4
View File
@@ -1265,6 +1265,10 @@ _time() {
date -u "+%s"
}
_utc_date() {
date -u "+%Y-%m-%d %H:%M:%S"
}
_mktemp() {
if _exists mktemp; then
if mktemp 2>/dev/null; then