This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| 
                    локализация_системы [2015/06/09 10:00] val  | 
                
                    локализация_системы [2019/12/10 14:29] (current) val [Linux systemd]  | 
            ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| </code> | </code> | ||
| - | ==== Linux ==== | + | ==== Linux systemd ==== | 
| <code> | <code> | ||
| - | # dpkg-reconfigure tzdata | + | $ timedatectl | 
| + | |||
| + | $ timedatectl list-timezones | ||
| + | |||
| + | # timedatectl set-timezone Europe/Moscow | ||
| </code> | </code> | ||
| Line 21: | Line 25: | ||
| # ln -s /usr/share/zoneinfo/Europe/Moscow /etc/localtime | # ln -s /usr/share/zoneinfo/Europe/Moscow /etc/localtime | ||
| - | # ln -s /usr/share/zoneinfo/Etc/GMT-3 /etc/localtime | + | # cp /usr/share/zoneinfo/Etc/GMT-3 /etc/localtime | 
| </code> | </code> | ||