Changed the date and time section
This commit is contained in:
parent
3e03c14c03
commit
2f15bfc9a8
4 changed files with 3 additions and 3 deletions
|
@ -19,5 +19,5 @@ HARDWARECLOCK="localtime"
|
|||
And symlink the correct timezone to `/etc/localtime`:
|
||||
|
||||
```
|
||||
# ln -sf /usr/share/zoneinfo/Europe/Amsterdam /etc/localtime
|
||||
# ln -sf /usr/share/zoneinfo/<Region>/<City> /etc/localtime
|
||||
```
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
|
@ -1181,7 +1181,7 @@
|
|||
<pre><code>HARDWARECLOCK="localtime"
|
||||
</code></pre>
|
||||
<p>And symlink the correct timezone to <code>/etc/localtime</code>:</p>
|
||||
<pre><code># ln -sf /usr/share/zoneinfo/Europe/Amsterdam /etc/localtime
|
||||
<pre><code># ln -sf /usr/share/zoneinfo/<Region>/<City> /etc/localtime
|
||||
</code></pre>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue