summaryrefslogtreecommitdiff
path: root/tests/test-strftime.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-strftime.c')
-rw-r--r--tests/test-strftime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-strftime.c b/tests/test-strftime.c
index 2e6340076d..39494e6daa 100644
--- a/tests/test-strftime.c
+++ b/tests/test-strftime.c
@@ -165,7 +165,7 @@ tzalloc_test (void)
tza->tz = tz;
}
- setting = tza->setting ? tza->setting : "UTC";
+ setting = tza->setting ? tza->setting : "UTC0";
if (!localtime_rz (tz, &LT[i].t, &tm))
{