diff --git a/test/ikc3/time.kc3 b/test/ikc3/time.kc3
index b2d2f55..367dac7 100644
--- a/test/ikc3/time.kc3
+++ b/test/ikc3/time.kc3
@@ -1,4 +1,4 @@
quote %Time{}
%Time{}
-quote Str.ftime(%Time{}, "%a, %b %d %G %T %Z")
-Str.ftime(%Time{}, "%a, %b %d %G %T %Z")
+quote Str.ftime(%Time{}, "%a, %b %d %G %T")
+Str.ftime(%Time{}, "%a, %b %d %G %T")
diff --git a/test/ikc3/time.out.expected b/test/ikc3/time.out.expected
index dc5cc2e..066105b 100644
--- a/test/ikc3/time.out.expected
+++ b/test/ikc3/time.out.expected
@@ -1,4 +1,4 @@
%Time{}
%Time{}
-Str.ftime(%Time{}, "%a, %b %d %G %T %Z")
-"Thu, Jan 01 1970 00:00:00 GMT"
+Str.ftime(%Time{}, "%a, %b %d %G %T")
+"Thu, Jan 01 1970 00:00:00"