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