How to Change Timezone in FreeBSD

By default, FreeBSD is configured with UTC timezone. In order to localize your timezone, follow the steps below.

  • 1. cd /usr/share/zoneinfo
  • 2. cp Asia/Hong_Kong /etc/localtime

Now the local time zone has been configure, lets get the updated time and date from ntp server.

  • 1. ntpdate 0.asia.pool.ntp.org