Skip to content

Commit f2bc6a3

Browse files
tniessendanielleadams
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 <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 9335ea6 commit f2bc6a3

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
@@ -1960,9 +1960,9 @@ changes:
19601960

19611961
The `TZ` environment variable is used to specify the timezone configuration.
19621962

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

0 commit comments

Comments
 (0)