commit | d1afadc227ea5ab2065ce6c28cbf10640beec1ac | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Jan 09 14:38:33 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jan 09 14:38:33 2024 +0000 |
tree | 21a4c879ca6c57ab33c7ed872cb57328212b452b | |
parent | 9908b1e3c8708aba09afa9f76f05ed4a1a4f4844 [diff] | |
parent | db123a73cad6714a7f4b906977c615d1d67f13f4 [diff] |
Merge "time.mktime_EOVERFLOW: set an explicit timezone." 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));