|
Search:
Advanced search
|
Browse by category:
|
Glossary |
How to change server time/timezone linux |
||||
In /etc the file, localtime, is a link to or copy of a file containing information about your time zone. Zone information files are usually in /usr/share/zoneinfo but this depends on your distribution. So if your localtime file points to a zone info file that is not your time zone you can change it by browsing the directories in /usr/share/zoneinfo to find your country, then find your city or a city in the same time zone and link localtime to it.
$ ln -sf /usr/share/zoneinfo/Africa/Johannesburg /etc/localtime |
||||
Powered by
KnowledgebasePublisher (Knowledgebase software)

