Changed the date and time section

This commit is contained in:
Tastatur 2023-08-17 13:37:50 +02:00
parent 3e03c14c03
commit 2f15bfc9a8
4 changed files with 3 additions and 3 deletions

View file

@ -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.

View file

@ -1181,7 +1181,7 @@
<pre><code>HARDWARECLOCK=&quot;localtime&quot;
</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/&lt;Region&gt;/&lt;City&gt; /etc/localtime
</code></pre>