Here is the method I found most effective in setting my computer time permanently.
As root, or via sudo:
command: sudo dpkg-reconfigure tzdata
Choose your geographic area, and click ok;
Choose your timezone, and click ok;
Your current time:
restart CRON:
$ service cron stop && service cron start
enjoy!!!