From 54525a17b60d680dc633da90b5088bc37ecb53be Mon Sep 17 00:00:00 2001 From: keyboardan Date: Thu, 13 Aug 2026 04:08:39 +0000 Subject: [PATCH] Is "time zones", not "timezones" Today I learned from the dictionary, that the proper way is "time zone", instead of "timezone". Signed-off-by: keyboardan --- wiki/source/time-zone.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/wiki/source/time-zone.md b/wiki/source/time-zone.md index fe83db2..df7393f 100644 --- a/wiki/source/time-zone.md +++ b/wiki/source/time-zone.md @@ -1,12 +1,14 @@ --- -title: Timezones +title: Time zones category: tutorials +author: + - keyboardan --- -The timezone by default on the server is UTC. +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 timezone name that you'll need to export as the `TZ` environment variable. +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"`