diff --git a/regress/mtime-default.zip b/regress/mtime-default.zip new file mode 100644 index 00000000..287fd31d Binary files /dev/null and b/regress/mtime-default.zip differ diff --git a/regress/mtime-dst.test b/regress/mtime-dst.test new file mode 100644 index 00000000..ea2fc8e9 --- /dev/null +++ b/regress/mtime-dst.test @@ -0,0 +1,7 @@ +description change method from stored to deflated, which will change the timestamp because it is at a DST point and not valid in that time zone +environment-set TZ America/New_York +# setting it to a European timezone, where there is no DST change at this point, works +#environment-set TZ Europe/Zurich +return 0 +arguments test.zzip set_file_compression 0 deflate 0 +file test.zzip mtime-dstpoint.zip mtime-default.zip diff --git a/regress/mtime-dstpoint.zip b/regress/mtime-dstpoint.zip new file mode 100644 index 00000000..5f20d327 Binary files /dev/null and b/regress/mtime-dstpoint.zip differ