Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2022-06-07 17:48:16 +0300
committerGitHub <noreply@github.com>2022-06-07 17:48:16 +0300
commitac2c082f63e312d5685542b239d5e2d21be6a08b (patch)
treeb42e1ed222c64f6930ac8a9c8e311733f4a0c9ce
parent737ca9a3e665426ddebf1199981301a7b3b94483 (diff)
doc: improve description of TZ
- Simplify the beginning of the description. - Add a missing serial comma. - Add a missing parenthesis. PR-URL: https://github.com/nodejs/node/pull/43334 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
-rw-r--r--doc/api/cli.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md
index feba22b912b..cb01d238290 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -1989,9 +1989,9 @@ changes:
The `TZ` environment variable is used to specify the timezone configuration.
-While the Node.js support for `TZ` will not handle all of the various
-[ways that `TZ` is handled in other environments][], it will support basic
-[timezone IDs][] (such as `'Etc/UTC'`, `'Europe/Paris'` or `'America/New_York'`.
+While Node.js does not support all of the various [ways that `TZ` is handled in
+other environments][], it does support basic [timezone IDs][] (such as
+`'Etc/UTC'`, `'Europe/Paris'`, or `'America/New_York'`).
It may support a few other abbreviations or aliases, but these are strongly
discouraged and not guaranteed.