Linux – Setting Locale or Timezone
Go to # cd /etc Create symbolic of file localtime # ln -sf /usr/share/zoneinfo/Asia/Kuala_Lumpur localtime Use date command to verify that your timezone is changed: $ date Output: Fri MarĀ 2 13:47:16 MYT...
Read More