aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/test-encyclopedia.html
diff options
context:
space:
mode:
authorGravatar Han-Wen Nienhuys <hanwen@google.com>2015-09-24 17:44:33 +0000
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-09-25 14:40:07 +0000
commited9281682ad01127c084cf9d181feecb604ca83e (patch)
treec6623380f792ed108ec63298e2cbfb6a0cd08770 /site/docs/test-encyclopedia.html
parent3c5f5344bde6f0c890cb23804cdd369345a9c9f8 (diff)
Fix TZ entry in test-encyclopedia.
Partially addresses issue #422. -- MOS_MIGRATED_REVID=103859649
Diffstat (limited to 'site/docs/test-encyclopedia.html')
-rw-r--r--site/docs/test-encyclopedia.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/site/docs/test-encyclopedia.html b/site/docs/test-encyclopedia.html
index e7ae08c6e3..9a8a66db27 100644
--- a/site/docs/test-encyclopedia.html
+++ b/site/docs/test-encyclopedia.html
@@ -221,7 +221,8 @@ test unless the user explicitly requests it.</p>
</td><td>optional</td></tr>
<tr><td><code>TEST_WARNINGS_OUTPUT_FILE</code></td><td>absolute path to a private file in a writable directory (used to write test target warnings)</td><td>optional</td></tr>
- <tr><td><code>TZ</code></td><td><code>US/Pacific</code></td><td>required</td></tr>
+
+ <tr><td><code>TZ</code></td><td><code>UTC</code></td><td>required</td></tr>
<tr><td><code>USER</code></td><td>value of <code>getpwuid(getuid())-&gt;pw_name</code></td><td>required</td></tr>