By default (at least it is how mine is setup and I do not think I changed it) pCP gets the time via ntp from pool.ntp.org
It does this via a script /usr/bin/getTime.sh If your networking is taking a very long time to come up when rebooting pCP then this can fail. The time can also drift ... so on my system I have a custom cron command of 0 6 * * * /usr/bin/getTime.sh which means that the time gets a resync every morning at 06:00 So - as an experiment ... start ssh session to your pCP and type date sudo /usr/bin/getTime.sh date Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio france (fip etc), planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, supla finland, abc australia, cbc/radio-canada and rte ireland ------------------------------------------------------------------------ Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105 View this thread: http://forums.slimdevices.com/showthread.php?t=113045 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
