From 2f1d6ef9394dd322e5f6e03b2aad0f02d04c7106 Mon Sep 17 00:00:00 2001 From: Ryan Ziolko <1666158+MediumFidelity@users.noreply.github.com> Date: Thu, 10 Jun 2021 16:23:36 -0500 Subject: [PATCH] Make date more portable --- tinystatus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinystatus b/tinystatus index 5e841fb..0bcca7d 100755 --- a/tinystatus +++ b/tinystatus @@ -108,7 +108,7 @@ for file in "${tmp}/ok/"*.status; do done cat << EOF -

Last check: $(date -I'seconds')

+

Last check: $(date +%FT%T%z)

EOF if [ -f "${incidentsfile}" ]; then echo '

Incidents

'