Skip to content

Commit

Permalink
[Squash] nit
Browse files Browse the repository at this point in the history
Co-authored-by: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
jasnell and addaleax authored May 13, 2021
1 parent 4793754 commit 5fd73e8
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -1671,7 +1671,20 @@ may cause them to trust the same CAs as node.

### `TZ`
<!-- YAML
added: REPLACEME
added: v0.0.1
changes:
- version:
- REPLACEME
pr-url: https://github.com/nodejs/node/pull/38642
description:
Changing the TZ variable using process.env.TZ = changes the timezone
on Windows as well.
- version:
- v13.0.0
pr-url: https://github.com/nodejs/node/pull/20026
description:
Changing the TZ variable using process.env.TZ = changes the timezone
on POSIX systems.
-->

The `TZ` environment variable is used to specify the timezone configuration.
Expand Down

0 comments on commit 5fd73e8

Please sign in to comment.