FlyingToast root # date -u -S
1521073038
###### The old ntp0.palmws.com service is called for the command below ######
FlyingToast root # luna-send -n 1 palm://com.palm.systemservice/time/getNTPTime '{}'
{ "subscribed": false, "returnValue": true, "utc": 0 }
###### From /var/log/messages
2018-03-15T00:17:29.693450Z [1553] webos-device user.warning LunaSysService: getUTCTimeFromNTP: [NITZ , NTP] running ntpdate on ntp0.palmws.com
2018-03-15T00:17:36.512207Z [1560] webos-device user.warning LunaSysService: getUTCTimeFromNTP: Failed in general output parse: raw output was: server 91.195.240.101, stratum 0, offset 0.000000, delay 0.00000
######
FlyingToast root # date -u -S
1521073057
FlyingToast root # ./change-ntp-server.sh
NTP server changer version 2.4 for Palm webOS > 2.0 devices
Copyright 2009 - 2010 Carl E. Thompson (devel-webos [at] carlthompson.net)
Much help from hofs1 and wtgreen at PreCentral.net . Thank you.
Applying NTP patch. Phone will reboot when done.
(01571/259980585) LunaSysService (stop) running, process 8701
(01571/260896113) LunaSysService (stop) pre-stop, (main) process 8701
(01571/261231806) LunaSysService (stop) stopping, process 8701
(01571/261567500) LunaSysService (stop) killed, process 8701
(01571/261811640) LunaSysService (stop) post-stop
(01571/262025263) LunaSysService (stop) waiting
Reboot? Type 'y' to reboot or 'n' restart the service only and press [ENTER]:
n
Restarting LunaSysService
(01576/160523798) LunaSysService (start) waiting
(01576/161286738) LunaSysService (start) starting
(01576/161469843) LunaSysService (start) pre-start
(01576/161713984) LunaSysService (start) spawned, process 9485
(01576/161958124) LunaSysService (start) post-start, (main) process 9485
(01576/162202265) LunaSysService (start) running, process 9485
FlyingToast root # date -u -S
1521073084
###### The new us.pool.ntp.org will be used below ######
FlyingToast root # luna-send -n 1 palm://com.palm.systemservice/time/getNTPTime '{}'
{ "subscribed": false, "returnValue": true, "utc": 1521073093 }
###### From /var/log/messages
2018-03-15T00:18:07.304931Z [1590] webos-device user.warning LunaSysService: getUTCTimeFromNTP: [NITZ , NTP] running ntpdate on us.pool.ntp.org
######
FlyingToast root # date -u -S
1521073093
FlyingToast root #