commit | f52b2165cb5bb02d5779998371caba4b2df3134d | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri May 19 16:09:47 2023 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri May 19 16:09:47 2023 -0700 |
tree | c20f76b2f90b322b0c9810785b5be84e8995f4a0 | |
parent | e98bf160eb644bf5075e3086259a1b46fea00684 [diff] |
time.mktime_EOVERFLOW: set an explicit timezone. Bug: http://b/283397453 Test: export TZ=Asia/Shanghai Change-Id: Ia03822adad367abf35a0fdf55d7367cd1764fcdd
diff --git a/tests/time_test.cpp b/tests/time_test.cpp index d16600c..f89fa9a 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));