Apr
28
28
Setting Linux Timezone
Posted by sabbaReplace your/zone with something like Europe/Rome or Asia/Singapore:
ln -sf /usr/share/zoneinfo/your/zone /etc/localtime
Example: if you want to set Europe/Rome as your local timezone:
ln -sf /usr/share/zoneinfo/Europe/Rome /etc/localtime
Reference: click here
Posted under Linux