Skip to content

Commit e76ed42

Browse files
Bisaloozoracon
authored andcommitted
Update default timestamp for deterministic builds (EFForg#17623)
1 parent 6cf6f69 commit e76ed42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/zipfile_deterministic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class LargeZipFile(Exception):
7777
# we recognize (but not necessarily support) all features up to that version
7878
MAX_EXTRACT_VERSION = 63
7979

80-
DEFAULT_DATE = (1980,1,1,0,0,0) # hard-coded timestamp
80+
DEFAULT_DATE = (2013,12,1,0,0,0) # hard-coded timestamp
8181

8282
# Below are some formats and associated data for reading/writing headers using
8383
# the struct module. The names and structures of headers/records are those used

0 commit comments

Comments
 (0)