commit | 82decc79bf33668a2a9140fb472a5a15e7671b26 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Jan 09 14:38:47 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jan 09 14:38:47 2024 +0000 |
tree | 89ab314861e5769da2ae8e37233fa771928b55a4 | |
parent | d1afadc227ea5ab2065ce6c28cbf10640beec1ac [diff] | |
parent | 30fc7dee9879d0b86c771c7849845878e480ec40 [diff] |
Merge "[RESTRICT AUTOMERGE] uchar/wchar tests: allow both Android 14 and 2024Q1 behaviors." into android14-tests-dev
diff --git a/tests/time_test.cpp b/tests/time_test.cpp index f0ad937..5f802aa 100644 --- a/tests/time_test.cpp +++ b/tests/time_test.cpp
@@ -168,6 +168,8 @@ } TEST(time, mktime_EOVERFLOW) { + setenv("TZ", "UTC", 1); + struct tm t; memset(&t, 0, sizeof(tm));