docs(header): switch date format from RFC 5322 to ISO 8601
- universally readable
This commit is contained in:
parent
8842673005
commit
1b7fe56bd6
|
@ -119,7 +119,7 @@ grep -Fx -vf "top-1m-well-known.txt" > "pup-notop-domains.txt"
|
|||
|
||||
|
||||
## Merge malware domains and URLs
|
||||
CURRENT_TIME="$(date -R -u)"
|
||||
CURRENT_TIME=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
|
||||
FIRST_LINE="! Title: PUP Domains Blocklist\n! Description: Block domains that host potentially unwanted programs (PUP)"
|
||||
SECOND_LINE="! Updated: $CURRENT_TIME"
|
||||
THIRD_LINE="! Expires: 1 day (update frequency)"
|
||||
|
|
Loading…
Reference in New Issue