[PR #803] [MERGED] Add support for the UnixTimeExtraField in Zip files #1242

Open
opened 2026-01-29 22:19:37 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/803
Author: @DannyBoyk
Created: 1/12/2024
Status: Merged
Merged: 1/15/2024
Merged by: @adamhathcock

Base: masterHead: 802_Add_UnixTimeExtraField_Support_Zips


📝 Commits (1)

  • d69559e Add support for the UnixTimeExtraField in Zip files

📊 Changes

3 files changed (+142 additions, -2 deletions)

View changed files

📝 src/SharpCompress/Common/Zip/Headers/DirectoryEntryHeader.cs (+30 -0)
📝 src/SharpCompress/Common/Zip/Headers/LocalEntryHeader.cs (+30 -0)
📝 src/SharpCompress/Common/Zip/Headers/LocalEntryHeaderExtraFactory.cs (+82 -2)

📄 Description

Fixes #802


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/adamhathcock/sharpcompress/pull/803 **Author:** [@DannyBoyk](https://github.com/DannyBoyk) **Created:** 1/12/2024 **Status:** ✅ Merged **Merged:** 1/15/2024 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `802_Add_UnixTimeExtraField_Support_Zips` --- ### 📝 Commits (1) - [`d69559e`](https://github.com/adamhathcock/sharpcompress/commit/d69559e9c7c22b832004ff931c3f1493c51e3bad) Add support for the UnixTimeExtraField in Zip files ### 📊 Changes **3 files changed** (+142 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Common/Zip/Headers/DirectoryEntryHeader.cs` (+30 -0) 📝 `src/SharpCompress/Common/Zip/Headers/LocalEntryHeader.cs` (+30 -0) 📝 `src/SharpCompress/Common/Zip/Headers/LocalEntryHeaderExtraFactory.cs` (+82 -2) </details> ### 📄 Description Fixes #802 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 22:19:37 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1242