DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Ubuntu - Set System Time
If you want to manually update the system time on a Ubuntu server, here's one way to do it. There are no doubt many other ways to skin this cat.
From a terminal:
hwclock --set --date="YYYY-MM-DD HH:MM:SS TIMEZONE" hwclock -s





