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

From Funtoo
Jump to navigation Jump to search
(Created page with "{{console|body= (chroot) ###i## ln -sf /usr/share/zoneinfo/Europe/Moscow /etc/localtime }} В примере выше приведен вариант для стандартн...")
(No difference)

Revision as of 22:32, October 5, 2018

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/Europe/Moscow /etc/localtime

В примере выше приведен вариант для стандартного Московского времени (с учетом всех прошлых изменений на предмет летнего времени). Полный список доступных часовых поясов можно посмотреть командой ls /usr/share/zoneinfo. Также в этом каталоге есть и несколько подкаталогов, в которых часовые пояса представлены по географическому признаку.