mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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>
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user