Make date more portable
This commit is contained in:
parent
d080b09b1e
commit
2f1d6ef939
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ for file in "${tmp}/ok/"*.status; do
|
|||
done
|
||||
cat << EOF
|
||||
</ul>
|
||||
<p class=small> Last check: $(date -I'seconds')</p>
|
||||
<p class=small> Last check: $(date +%FT%T%z)</p>
|
||||
EOF
|
||||
if [ -f "${incidentsfile}" ]; then
|
||||
echo '<h1>Incidents</h1>'
|
||||
|
|
Loading…
Reference in a new issue