October 10, 2019
https://issues.dlang.org/show_bug.cgi?id=20292

          Issue ID: 20292
           Summary: std.zip: MSDOS date/time issues
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: phobos
          Assignee: nobody@puremagic.com
          Reporter: bugzilla@d-ecke.de

Taken from #20027:

Rejects MS-DOS date years after 2099 that are not correctly handled by other zip implementations.

Rejects MS-DOS date months that are out of range, i.e. 0 or more than 12.

Rejects MS-DOS date days that are out of range, i.e. 0 or more than 31.

Rejects MS-DOS date hours that are out of range, i.e. more than 23.

Rejects MS-DOS date minutes that are out of range, i.e. more than 59.

Rejects MS-DOS date seconds that are out of range, i.e. more than 59.

--