#はじめに
CodeanywhereのタイムゾーンはデフォルトではEST(米国東部標準時)になっている。
cabox@container:~/workspace$ date
Wed Dec 8 10:30:58 EST 2021
通常Ubuntuではtimedatectlコマンドでタイムゾーンを変更するが、Codeanywhereではtimedatectlが使えない。
cabox@container:~/workspace$ timedatectl
Failed to create bus connection: No such file or directory
#解決策
TimeZoneをEST->JSTに変更する
sudo apt-get install -y tzdata &&
sudo ln -sf /usr/share/zoneinfo/Asia/Tokyo /etc/localtime