Skip to content

Commit ac2c082

Browse files
authored
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 <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 737ca9a commit ac2c082

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/cli.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1989,9 +1989,9 @@ changes:
19891989

19901990
The `TZ` environment variable is used to specify the timezone configuration.
19911991

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

0 commit comments

Comments
 (0)