From f2bc6a3f71e20968c63ae3d9f3651c82950533e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Tue, 7 Jun 2022 16:48:16 +0200 Subject: [PATCH] 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 Reviewed-By: Luigi Pinca --- doc/api/cli.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index eadf1523c40e97..fbfe419ca6e3a1 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1960,9 +1960,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.