-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add two more test cases for times around a DST change.
- Loading branch information
Showing
7 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
description change method from stored to deflated, for a file one hour after DST change | ||
environment-set TZ America/New_York | ||
return 0 | ||
arguments test.zzip set_file_compression 0 deflate 0 | ||
file test.zzip mtime-post-dstpoint.zip mtime-post-dstpoint-deflated.zip |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
description change method from stored to deflated, for a file one hour before DST change | ||
environment-set TZ America/New_York | ||
return 0 | ||
arguments test.zzip set_file_compression 0 deflate 0 | ||
file test.zzip mtime-pre-dstpoint.zip mtime-pre-dstpoint-deflated.zip |
Binary file not shown.