Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Translations:Install/Configuration Files/18/en"
Jump to navigation
Jump to search
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 1: | Line 1: | ||
{{console|body= | {{console|body= | ||
%chroot% rm -f /etc/localtime | |||
%chroot% ##i##ln -sf /usr/share/zoneinfo/MST7MDT /etc/localtime | %chroot% ##i##ln -sf /usr/share/zoneinfo/MST7MDT /etc/localtime | ||
}} | }} | ||
The above sets the timezone to Mountain Standard Time (with daylight savings). Type {{c|ls /usr/share/zoneinfo}} to list available timezones. There are also sub-directories containing timezones described by location. | The above sets the timezone to Mountain Standard Time (with daylight savings). Type {{c|ls /usr/share/zoneinfo}} to list available timezones. There are also sub-directories containing timezones described by location. |
Revision as of 22:53, October 6, 2022
chroot # rm -f /etc/localtime chroot # ln -sf /usr/share/zoneinfo/MST7MDT /etc/localtime
The above sets the timezone to Mountain Standard Time (with daylight savings). Type ls /usr/share/zoneinfo
to list available timezones. There are also sub-directories containing timezones described by location.