I’ve been looking into setting up several raspberry shake and booms for offline applications because I plan to set them up in the field without any access to internet (but with GPS antenna for timing). I found an alternative way to set the time on the RShake&Boom unit to the one suggested on the online manual: https://manual.raspberryshake.org/no-network.html
Instead, I have been using the following command, from the local machine:
ssh [email protected] "sudo date --set \"$(date)\""
This code seems to be effectively a one-line code for setting the UTC time on the Rshake unit without having to write out the full time. One caveat is that does assume the time on the local machine is correct.
Feel free to use this on the online manual, unless you think there is an issue with the suggested code. I have not had any problems with this code across several Rshake sensors.