mirror of
https://github.com/tildeclub/site.git
synced 2026-08-25 11:59:23 +00:00
Today I learned from the dictionary, that the proper way is "time zone", instead of "timezone". Signed-off-by: keyboardan <keyboardan@tilde.club>
423 B
423 B
title, category, author
| title | category | author | |
|---|---|---|---|
| Time zones | tutorials |
|
The time zone by default on the server is UTC.
If you want to make it so that your shell prints out dates in localtime for you, run tzselect
to find the correct time zone name that you'll need to export as the TZ environment variable.
for example, if you're in eastern time, add something like this
export TZ="America/Detroit"
to your .bashrc