Difference between revisions of "Translations:Install/Configuration Files/18/es"

From Funtoo
Jump to navigation Jump to search
(Created page with "{{console|body= (chroot) ###i## ln -sf /usr/share/zoneinfo/MST7MDT /etc/localtime }} Lo anterior establece la zona horaria a Mountain Standard Time (con horario de verano). Es...")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{console|body=
{{console|body=
(chroot) ###i## ln -sf /usr/share/zoneinfo/MST7MDT /etc/localtime
%chroot% ##i##ln -sf /usr/share/zoneinfo/MST7MDT /etc/localtime
}}
}}
Lo anterior establece la zona horaria a Mountain Standard Time (con horario de verano). Escriba {{c|ls /usr/share/zoneinfo}} para mostrar las zonas horarias disponibles. También hay sub-directorios que contienen zonas horarias descritas por ubicación.
Lo anterior establece la zona horaria en la hora estándar de la montaña (con horario de verano). Escriba {{c|ls /usr/share/zoneinfo}} para ver las zonas horarias disponibles. También hay subdirectorios que contienen zonas horarias descritas por ubicación.

Latest revision as of 06:37, August 18, 2022

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Install/Configuration Files)
{{console|body=
%chroot% ##i##rm -f /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.
chroot # ln -sf /usr/share/zoneinfo/MST7MDT /etc/localtime

Lo anterior establece la zona horaria en la hora estándar de la montaña (con horario de verano). Escriba ls /usr/share/zoneinfo para ver las zonas horarias disponibles. También hay subdirectorios que contienen zonas horarias descritas por ubicación.