To set the timezone in Linux, update /etc/localtime with the appropriate timezone file from /usr/share/zoneinfo. Example:
ln -sf /usr/share/zoneinfo/America/Los_Angeles /etc/localtime
Kliknutím se vrátíte na seznam návodů
April 25, 2019 12:39 AM
To set the timezone in Linux, update /etc/localtime with the appropriate timezone file from /usr/share/zoneinfo. Example:
ln -sf /usr/share/zoneinfo/America/Los_Angeles /etc/localtime