Commit 88b38afe3c748aba5d46990ec1b7fcfaddd874db

Thomas de Grivel 2024-11-18T17:21:20

test time ikc3

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"