We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a54a5 commit 2444018Copy full SHA for 2444018
src/config/date-time.md
@@ -12,6 +12,10 @@ The default system timezone can be set by linking the timezone file to
12
# ln -sf /usr/share/zoneinfo/<timezone> /etc/localtime
13
```
14
15
+> Note: If the variable `TIMEZONE` is set in `/etc/rc.conf`, it should be
16
+> removed or commented out, as this will override what has been set with `ln` on
17
+> reboot.
18
+
19
To change the timezone on a per user basis, the `TZ` variable can be exported
20
from your shell's profile:
21
0 commit comments