docs(header): switch date format from RFC 5322 to ISO 8601

- universally readable
This commit is contained in:
Ming Di Leom 2022-12-16 08:23:27 +00:00
parent ddfa879aa2
commit b9eb33b743
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ grep -F -vf "../src/exclude.txt" | \
sort -u > "tracking-url.txt"
CURRENT_TIME="$(date -R -u)"
CURRENT_TIME=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
FIRST_LINE="! Title: Tracking JS Blocklist"
SECOND_LINE="! Updated: $CURRENT_TIME"
THIRD_LINE="! Expires: 7 day (update frequency)"