Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f2bc6a3

Browse filesBrowse 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 <raisinten@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 9335ea6 commit f2bc6a3
Copy full SHA for f2bc6a3

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Collapse file

‎doc/api/cli.md‎

Copy file name to clipboardExpand all lines: doc/api/cli.md
+3-3Lines changed: 3 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.