Skip to content

Instantly share code, notes, and snippets.

@theterg
Created July 13, 2012 19:16
Show Gist options
  • Save theterg/3106789 to your computer and use it in GitHub Desktop.
Save theterg/3106789 to your computer and use it in GitHub Desktop.
root@chipkit:/etc# cd /etc
root@chipkit:/etc# rm timezone
root@chipkit:/etc# rm localtime
root@chipkit:/etc# ln -s /usr/share/zoneinfo/America/New_York /etc/localtime
root@chipkit:/etc# ln -s /usr/share/zoneinfo/America/New_York /etc/timezone
root@chipkit:/etc# date
Fri Jul 13 15:15:07 EDT 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment