Skip to content

Instantly share code, notes, and snippets.

@zembutsu
Created December 9, 2014 02:34
Show Gist options
  • Save zembutsu/3348f576553a26042883 to your computer and use it in GitHub Desktop.
Save zembutsu/3348f576553a26042883 to your computer and use it in GitHub Desktop.
タイムゾーンをJSTに指定する
#!/bin/sh
mv /etc/localtime /etc/localtime.orig
ln -s /usr/share/zoneinfo/Asia/Tokyo /etc/localtime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment