Setting the timezone: Difference between revisions

From Alpine Linux
(Created page with "==Please note: Only for NON uclibc installs== glibc based installs use different timezone setup. # ls /usr/share/zoneinfo (Suppose you want to use Brussels) (First copy the ...")
(No difference)

Revision as of 23:16, 11 January 2013

Please note: Only for NON uclibc installs

glibc based installs use different timezone setup.

  1. ls /usr/share/zoneinfo

(Suppose you want to use Brussels) (First copy the proper zone to localtime)

  1. cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime

(Now specify your timezone)

  1. nano -w /etc/timezone

Europe/Brussels

  1. date

Wed Mar 8 00:46:05 CET 2006