Skip to content

Commit 759861d

Browse files
tniessentargos
authored andcommitted
doc: improve description of TZ
- Simplify the beginning of the description. - Add a missing serial comma. - Add a missing parenthesis. PR-URL: #43334 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 288f6c0 commit 759861d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1894,9 +1894,9 @@ changes:
18941894

18951895
The `TZ` environment variable is used to specify the timezone configuration.
18961896

1897-
While the Node.js support for `TZ` will not handle all of the various
1898-
[ways that `TZ` is handled in other environments][], it will support basic
1899-
[timezone IDs][] (such as `'Etc/UTC'`, `'Europe/Paris'` or `'America/New_York'`.
1897+
While Node.js does not support all of the various [ways that `TZ` is handled in
1898+
other environments][], it does support basic [timezone IDs][] (such as
1899+
`'Etc/UTC'`, `'Europe/Paris'`, or `'America/New_York'`).
19001900
It may support a few other abbreviations or aliases, but these are strongly
19011901
discouraged and not guaranteed.
19021902

0 commit comments

Comments
 (0)