Browse Source

Repair time format

line120
pull/2075/head
Bob Lu 7 years ago
committed by GitHub
parent
commit
b534b15e0e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dnsapi/dns_ali.sh

2
dnsapi/dns_ali.sh

@ -117,7 +117,7 @@ _ali_urlencode() {
_ali_nonce() {
#_head_n 1 </dev/urandom | _digest "sha256" hex | cut -c 1-31
#Not so good...
date +"%s%N"
date -u +"%Y-%m-%dT%H%%3A%M%%3A%SZ"
}
_check_exist_query() {

Loading…
Cancel
Save