Signal K server plugin to set system date & time on Signal K data, usually from a GPS
npm install @signalk/set-system-timesudo to set the date. date command.
To give sudo a no password access only to the date command, you can add the following line to your sudoers file :
````
pi ALL=(ALL) NOPASSWD: /bin/date
--- In this example, pi is the username that run the signalk server. Yours could be different.
Sudo is not available in Signal K Server image, but setting time should work without it with the latest Docker image.