date in UTC and ISO 8601 (with hours and minutes)
This commit is contained in:
parent
8a3df29cb5
commit
84513da476
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@ else
|
|||
fi
|
||||
|
||||
|
||||
# generating the current date for the footer
|
||||
date="$(date)"
|
||||
# get the current date for the footer (UTC and ISO 8601 with hours and minutes)
|
||||
date=$(date -u --iso-8601=minutes)
|
||||
sed "s/GEN_DATE/$date/" html/footer.html > "$tempdir/footer.html"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue