summaryrefslogtreecommitdiffstats
path: root/hosts/rpi2b-armhf-rb/etc/rc.local
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/rpi2b-armhf-rb/etc/rc.local')
-rwxr-xr-xhosts/rpi2b-armhf-rb/etc/rc.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/rpi2b-armhf-rb/etc/rc.local b/hosts/rpi2b-armhf-rb/etc/rc.local
index 9493d09d..1c4ece10 100755
--- a/hosts/rpi2b-armhf-rb/etc/rc.local
+++ b/hosts/rpi2b-armhf-rb/etc/rc.local
@@ -11,6 +11,6 @@
#
# By default this script does nothing.
-echo "$(date) - system was rebooted" | mail -s "$(hostname -f) rebooted" root
+echo "$(date -u) - system was rebooted" | mail -s "$(hostname -f) rebooted" root
exit 0