Sync the time from your local computer to your OpenMoko phone

Set the time on you OpenMoko phone to the time on your local computer using SSH:

ssh root@192.168.0.202 "date -s `date +'%Y.%m.%d-%H:%M:%S'`; echo `cat /etc/timezone` > /etc/timezone"