From 940b2c18ae8e03c57f36f7e09e075d4561668666 Mon Sep 17 00:00:00 2001 From: n4n5 Date: Sat, 7 Mar 2026 07:56:03 -0700 Subject: [PATCH 1/3] feat: add & symbol for extended timestamp --- bin/zipdetails | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/zipdetails b/bin/zipdetails index 2ac6545..01e6c52 100755 --- a/bin/zipdetails +++ b/bin/zipdetails @@ -4711,7 +4711,7 @@ sub decode_UT push @f, "Modification" if $flags & 1; push @f, "Access" if $flags & 2; push @f, "Creation" if $flags & 4; - $v .= " '" . join(' ', @f) . "'" + $v .= " '" . join(' & ', @f) . "'" if @f; out $data, " Flags", $v; From 5c26c969e20854bcec7b20d588bf9f8c09197fcb Mon Sep 17 00:00:00 2001 From: n4n5 Date: Sat, 7 Mar 2026 10:06:53 -0700 Subject: [PATCH 2/3] fix tests --- .../LocalHeader/extra-sizes/xlen-too-big/stdout | 4 ++-- .../LocalHeader/extra-sizes/xlen-too-big/stdout-v | 4 ++-- .../stdout--walk--scan | 4 ++-- .../stdout-v--walk--scan | 4 ++-- .../Offset-past-EOF/stdout--walk--scan | 4 ++-- .../Offset-past-EOF/stdout-v--walk--scan | 4 ++-- .../Offset-points-forwards/stdout--walk--scan | 4 ++-- .../Offset-points-forwards/stdout-v--walk--scan | 4 ++-- .../directory-without-slash/dos-and-unix-flag/stdout | 4 ++-- .../dos-and-unix-flag/stdout-v | 4 ++-- .../directory-without-slash/dos-flag-only/stdout | 4 ++-- .../directory-without-slash/dos-flag-only/stdout-v | 4 ++-- .../directory-without-slash/unix-flag-only/stdout | 4 ++-- .../directory-without-slash/unix-flag-only/stdout-v | 4 ++-- .../extras/0x5455-UT/full-central/stdout | 4 ++-- .../extras/0x5455-UT/full-central/stdout-v | 4 ++-- .../badly-formed/extras/0x7875-ux/GID/stdout | 4 ++-- .../badly-formed/extras/0x7875-ux/GID/stdout-v | 4 ++-- t/files/0000-errors/info/compression-method/stdout | 4 ++-- t/files/0000-errors/info/compression-method/stdout-v | 4 ++-- t/files/0003-winzip/ys-split/single/stdout | 4 ++-- t/files/0003-winzip/ys-split/single/stdout-v | 4 ++-- t/files/0005-onedrive/stdout | 4 ++-- t/files/0005-onedrive/stdout-v | 4 ++-- t/files/0009-infozip/iz-linux-directory/stdout | 4 ++-- t/files/0009-infozip/iz-linux-directory/stdout-v | 4 ++-- t/files/0009-infozip/iz-linux-encrypt/stdout | 4 ++-- t/files/0009-infozip/iz-linux-encrypt/stdout-v | 4 ++-- t/files/0009-infozip/iz-linux-standard-bzip2/stdout | 4 ++-- .../0009-infozip/iz-linux-standard-bzip2/stdout-v | 4 ++-- .../iz-linux-standard-deflate-zip64/stdout | 4 ++-- .../iz-linux-standard-deflate-zip64/stdout-v | 4 ++-- .../0009-infozip/iz-linux-standard-deflate/stdout | 4 ++-- .../0009-infozip/iz-linux-standard-deflate/stdout-v | 4 ++-- t/files/0009-infozip/iz-linux-standard-store/stdout | 4 ++-- .../0009-infozip/iz-linux-standard-store/stdout-v | 4 ++-- t/files/0009-infozip/iz-linux-stream-nozip64/stdout | 4 ++-- .../0009-infozip/iz-linux-stream-nozip64/stdout-v | 4 ++-- t/files/0009-infozip/readme.md | 2 +- t/files/0015-xceed/xceed/stdout | 4 ++-- t/files/0015-xceed/xceed/stdout--redact | 4 ++-- t/files/0015-xceed/xceed/stdout-v | 4 ++-- t/files/0015-xceed/xceed/stdout-v--redact | 4 ++-- t/files/0019-non-standard/prefix-data-zip64/stdout | 8 ++++---- t/files/0019-non-standard/prefix-data-zip64/stdout-v | 8 ++++---- t/files/0019-non-standard/prefix-data/stdout | 8 ++++---- t/files/0019-non-standard/prefix-data/stdout-v | 8 ++++---- t/files/0020-zip64-eocd-extra-field/v1/stdout | 4 ++-- t/files/0020-zip64-eocd-extra-field/v1/stdout-v | 4 ++-- t/files/0024-lpaq8/stdout | 4 ++-- t/files/0024-lpaq8/stdout-v | 4 ++-- t/files/0027-bsdtar/deflate/stdout | 4 ++-- t/files/0027-bsdtar/deflate/stdout-v | 4 ++-- t/files/0027-bsdtar/directory/stdout | 4 ++-- t/files/0027-bsdtar/directory/stdout-v | 4 ++-- t/files/0027-bsdtar/encrypt-aes128/stdout | 4 ++-- .../0027-bsdtar/encrypt-aes128/stdout--walk--scan | 4 ++-- t/files/0027-bsdtar/encrypt-aes128/stdout-v | 4 ++-- .../0027-bsdtar/encrypt-aes128/stdout-v--walk--scan | 4 ++-- t/files/0027-bsdtar/encrypt-aes256/stdout | 4 ++-- .../0027-bsdtar/encrypt-aes256/stdout--walk--scan | 4 ++-- t/files/0027-bsdtar/encrypt-aes256/stdout-v | 4 ++-- .../0027-bsdtar/encrypt-aes256/stdout-v--walk--scan | 4 ++-- t/files/0027-bsdtar/encrypt-zipcrypt/stdout | 4 ++-- t/files/0027-bsdtar/encrypt-zipcrypt/stdout-v | 4 ++-- t/files/0027-bsdtar/store/stdout | 4 ++-- t/files/0027-bsdtar/store/stdout-v | 4 ++-- t/files/0027-bsdtar/unicode/stdout | 4 ++-- t/files/0027-bsdtar/unicode/stdout-v | 4 ++-- t/files/0028-windows-symlinks/bsdtar/stdout | 6 +++--- t/files/0028-windows-symlinks/bsdtar/stdout-v | 6 +++--- t/files/0028-windows-symlinks/infozip/stdout | 12 ++++++------ t/files/0028-windows-symlinks/infozip/stdout-v | 12 ++++++------ 73 files changed, 163 insertions(+), 163 deletions(-) diff --git a/t/files/0000-errors/badly-formed/LocalHeader/extra-sizes/xlen-too-big/stdout b/t/files/0000-errors/badly-formed/LocalHeader/extra-sizes/xlen-too-big/stdout index 7244f21..ca42448 100644 --- a/t/files/0000-errors/badly-formed/LocalHeader/extra-sizes/xlen-too-big/stdout +++ b/t/files/0000-errors/badly-formed/LocalHeader/extra-sizes/xlen-too-big/stdout @@ -14,7 +14,7 @@ 001E Filename 'lorem.txt' 0027 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 Length 0009 (9) -002B Flags 03 (3) 'Modification Access' +002B Flags 03 (3) 'Modification & Access' 002C Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 0030 Access Time 60843DE7 (1619279335) 'Sat Apr 24 15:48:55 2021' 0034 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -51,7 +51,7 @@ 017F Filename 'lorem.txt' 0188 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 018A Length 0005 (5) -018C Flags 03 (3) 'Modification Access' +018C Flags 03 (3) 'Modification & Access' 018D Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 0191 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 0193 Length 000B (11) diff --git a/t/files/0000-errors/badly-formed/LocalHeader/extra-sizes/xlen-too-big/stdout-v b/t/files/0000-errors/badly-formed/LocalHeader/extra-sizes/xlen-too-big/stdout-v index 2f4c654..ff9345d 100644 --- a/t/files/0000-errors/badly-formed/LocalHeader/extra-sizes/xlen-too-big/stdout-v +++ b/t/files/0000-errors/badly-formed/LocalHeader/extra-sizes/xlen-too-big/stdout-v @@ -16,7 +16,7 @@ 74 0027 0028 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 002A 0002 09 00 Length 0009 (9) -002B 002B 0001 03 Flags 03 (3) 'Modification Access' +002B 002B 0001 03 Flags 03 (3) 'Modification & Access' 002C 002F 0004 A6 3C 84 60 Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 0030 0033 0004 E7 3D 84 60 Access Time 60843DE7 (1619279335) 'Sat Apr 24 15:48:55 2021' 0034 0035 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -57,7 +57,7 @@ 74 0188 0189 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 018A 018B 0002 05 00 Length 0005 (5) -018C 018C 0001 03 Flags 03 (3) 'Modification Access' +018C 018C 0001 03 Flags 03 (3) 'Modification & Access' 018D 0190 0004 A6 3C 84 60 Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 0191 0192 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 0193 0194 0002 0B 00 Length 000B (11) diff --git a/t/files/0000-errors/badly-formed/Zip64-End-Central-Locator/Offset-not-point-to-Zip64-End-of-Central-Directory-Record/stdout--walk--scan b/t/files/0000-errors/badly-formed/Zip64-End-Central-Locator/Offset-not-point-to-Zip64-End-of-Central-Directory-Record/stdout--walk--scan index d86651f..bbaf3cb 100644 --- a/t/files/0000-errors/badly-formed/Zip64-End-Central-Locator/Offset-not-point-to-Zip64-End-of-Central-Directory-Record/stdout--walk--scan +++ b/t/files/0000-errors/badly-formed/Zip64-End-Central-Locator/Offset-not-point-to-Zip64-End-of-Central-Directory-Record/stdout--walk--scan @@ -14,7 +14,7 @@ 001E Filename 'lorem.txt' 0027 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 Length 0009 (9) -002B Flags 03 (3) 'Modification Access' +002B Flags 03 (3) 'Modification & Access' 002C Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 0030 Access Time 60843DE7 (1619279335) 'Sat Apr 24 15:48:55 2021' 0034 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -55,7 +55,7 @@ 0193 Filename 'lorem.txt' 019C Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 019E Length 0005 (5) -01A0 Flags 03 (3) 'Modification Access' +01A0 Flags 03 (3) 'Modification & Access' 01A1 Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 01A5 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 01A7 Length 000B (11) diff --git a/t/files/0000-errors/badly-formed/Zip64-End-Central-Locator/Offset-not-point-to-Zip64-End-of-Central-Directory-Record/stdout-v--walk--scan b/t/files/0000-errors/badly-formed/Zip64-End-Central-Locator/Offset-not-point-to-Zip64-End-of-Central-Directory-Record/stdout-v--walk--scan index c6fe889..384ac4e 100644 --- a/t/files/0000-errors/badly-formed/Zip64-End-Central-Locator/Offset-not-point-to-Zip64-End-of-Central-Directory-Record/stdout-v--walk--scan +++ b/t/files/0000-errors/badly-formed/Zip64-End-Central-Locator/Offset-not-point-to-Zip64-End-of-Central-Directory-Record/stdout-v--walk--scan @@ -16,7 +16,7 @@ 74 0027 0028 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 002A 0002 09 00 Length 0009 (9) -002B 002B 0001 03 Flags 03 (3) 'Modification Access' +002B 002B 0001 03 Flags 03 (3) 'Modification & Access' 002C 002F 0004 A6 3C 84 60 Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 0030 0033 0004 E7 3D 84 60 Access Time 60843DE7 (1619279335) 'Sat Apr 24 15:48:55 2021' 0034 0035 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -61,7 +61,7 @@ 74 019C 019D 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 019E 019F 0002 05 00 Length 0005 (5) -01A0 01A0 0001 03 Flags 03 (3) 'Modification Access' +01A0 01A0 0001 03 Flags 03 (3) 'Modification & Access' 01A1 01A4 0004 A6 3C 84 60 Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 01A5 01A6 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 01A7 01A8 0002 0B 00 Length 000B (11) diff --git a/t/files/0000-errors/badly-formed/Zip64-End-Central-Locator/Offset-past-EOF/stdout--walk--scan b/t/files/0000-errors/badly-formed/Zip64-End-Central-Locator/Offset-past-EOF/stdout--walk--scan index 283bf3d..70f218b 100644 --- a/t/files/0000-errors/badly-formed/Zip64-End-Central-Locator/Offset-past-EOF/stdout--walk--scan +++ b/t/files/0000-errors/badly-formed/Zip64-End-Central-Locator/Offset-past-EOF/stdout--walk--scan @@ -14,7 +14,7 @@ 001E Filename 'lorem.txt' 0027 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 Length 0009 (9) -002B Flags 03 (3) 'Modification Access' +002B Flags 03 (3) 'Modification & Access' 002C Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 0030 Access Time 60843DE7 (1619279335) 'Sat Apr 24 15:48:55 2021' 0034 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -55,7 +55,7 @@ 0193 Filename 'lorem.txt' 019C Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 019E Length 0005 (5) -01A0 Flags 03 (3) 'Modification Access' +01A0 Flags 03 (3) 'Modification & Access' 01A1 Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 01A5 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 01A7 Length 000B (11) diff --git a/t/files/0000-errors/badly-formed/Zip64-End-Central-Locator/Offset-past-EOF/stdout-v--walk--scan b/t/files/0000-errors/badly-formed/Zip64-End-Central-Locator/Offset-past-EOF/stdout-v--walk--scan index f61d0f8..b6a284a 100644 --- a/t/files/0000-errors/badly-formed/Zip64-End-Central-Locator/Offset-past-EOF/stdout-v--walk--scan +++ b/t/files/0000-errors/badly-formed/Zip64-End-Central-Locator/Offset-past-EOF/stdout-v--walk--scan @@ -16,7 +16,7 @@ 74 0027 0028 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 002A 0002 09 00 Length 0009 (9) -002B 002B 0001 03 Flags 03 (3) 'Modification Access' +002B 002B 0001 03 Flags 03 (3) 'Modification & Access' 002C 002F 0004 A6 3C 84 60 Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 0030 0033 0004 E7 3D 84 60 Access Time 60843DE7 (1619279335) 'Sat Apr 24 15:48:55 2021' 0034 0035 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -61,7 +61,7 @@ 74 019C 019D 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 019E 019F 0002 05 00 Length 0005 (5) -01A0 01A0 0001 03 Flags 03 (3) 'Modification Access' +01A0 01A0 0001 03 Flags 03 (3) 'Modification & Access' 01A1 01A4 0004 A6 3C 84 60 Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 01A5 01A6 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 01A7 01A8 0002 0B 00 Length 000B (11) diff --git a/t/files/0000-errors/badly-formed/Zip64-End-Central-Locator/Offset-points-forwards/stdout--walk--scan b/t/files/0000-errors/badly-formed/Zip64-End-Central-Locator/Offset-points-forwards/stdout--walk--scan index ba555bb..0106262 100644 --- a/t/files/0000-errors/badly-formed/Zip64-End-Central-Locator/Offset-points-forwards/stdout--walk--scan +++ b/t/files/0000-errors/badly-formed/Zip64-End-Central-Locator/Offset-points-forwards/stdout--walk--scan @@ -14,7 +14,7 @@ 001E Filename 'lorem.txt' 0027 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 Length 0009 (9) -002B Flags 03 (3) 'Modification Access' +002B Flags 03 (3) 'Modification & Access' 002C Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 0030 Access Time 60843DE7 (1619279335) 'Sat Apr 24 15:48:55 2021' 0034 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -55,7 +55,7 @@ 0193 Filename 'lorem.txt' 019C Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 019E Length 0005 (5) -01A0 Flags 03 (3) 'Modification Access' +01A0 Flags 03 (3) 'Modification & Access' 01A1 Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 01A5 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 01A7 Length 000B (11) diff --git a/t/files/0000-errors/badly-formed/Zip64-End-Central-Locator/Offset-points-forwards/stdout-v--walk--scan b/t/files/0000-errors/badly-formed/Zip64-End-Central-Locator/Offset-points-forwards/stdout-v--walk--scan index 4d9d0bc..e7632cb 100644 --- a/t/files/0000-errors/badly-formed/Zip64-End-Central-Locator/Offset-points-forwards/stdout-v--walk--scan +++ b/t/files/0000-errors/badly-formed/Zip64-End-Central-Locator/Offset-points-forwards/stdout-v--walk--scan @@ -16,7 +16,7 @@ 74 0027 0028 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 002A 0002 09 00 Length 0009 (9) -002B 002B 0001 03 Flags 03 (3) 'Modification Access' +002B 002B 0001 03 Flags 03 (3) 'Modification & Access' 002C 002F 0004 A6 3C 84 60 Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 0030 0033 0004 E7 3D 84 60 Access Time 60843DE7 (1619279335) 'Sat Apr 24 15:48:55 2021' 0034 0035 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -61,7 +61,7 @@ 74 019C 019D 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 019E 019F 0002 05 00 Length 0005 (5) -01A0 01A0 0001 03 Flags 03 (3) 'Modification Access' +01A0 01A0 0001 03 Flags 03 (3) 'Modification & Access' 01A1 01A4 0004 A6 3C 84 60 Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 01A5 01A6 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 01A7 01A8 0002 0B 00 Length 000B (11) diff --git a/t/files/0000-errors/badly-formed/directory-without-slash/dos-and-unix-flag/stdout b/t/files/0000-errors/badly-formed/directory-without-slash/dos-and-unix-flag/stdout index 698e5fd..f6b2a60 100644 --- a/t/files/0000-errors/badly-formed/directory-without-slash/dos-and-unix-flag/stdout +++ b/t/files/0000-errors/badly-formed/directory-without-slash/dos-and-unix-flag/stdout @@ -13,7 +13,7 @@ 001E Filename 'somedire' 0026 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0028 Length 0009 (9) -002A Flags 03 (3) 'Modification Access' +002A Flags 03 (3) 'Modification & Access' 002B Modification Time 658DBF51 (1703788369) 'Thu Dec 28 18:32:49 2023' 002F Access Time 658DBF51 (1703788369) 'Thu Dec 28 18:32:49 2023' 0033 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -49,7 +49,7 @@ 0070 Filename 'somedire' 0078 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 007A Length 0005 (5) -007C Flags 03 (3) 'Modification Access' +007C Flags 03 (3) 'Modification & Access' 007D Modification Time 658DBF51 (1703788369) 'Thu Dec 28 18:32:49 2023' 0081 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 0083 Length 000B (11) diff --git a/t/files/0000-errors/badly-formed/directory-without-slash/dos-and-unix-flag/stdout-v b/t/files/0000-errors/badly-formed/directory-without-slash/dos-and-unix-flag/stdout-v index 0d4bfd9..4a88a1e 100644 --- a/t/files/0000-errors/badly-formed/directory-without-slash/dos-and-unix-flag/stdout-v +++ b/t/files/0000-errors/badly-formed/directory-without-slash/dos-and-unix-flag/stdout-v @@ -14,7 +14,7 @@ 64 69 72 65 0026 0027 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0028 0029 0002 09 00 Length 0009 (9) -002A 002A 0001 03 Flags 03 (3) 'Modification Access' +002A 002A 0001 03 Flags 03 (3) 'Modification & Access' 002B 002E 0004 51 BF 8D 65 Modification Time 658DBF51 (1703788369) 'Thu Dec 28 18:32:49 2023' 002F 0032 0004 51 BF 8D 65 Access Time 658DBF51 (1703788369) 'Thu Dec 28 18:32:49 2023' 0033 0034 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -51,7 +51,7 @@ 64 69 72 65 0078 0079 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 007A 007B 0002 05 00 Length 0005 (5) -007C 007C 0001 03 Flags 03 (3) 'Modification Access' +007C 007C 0001 03 Flags 03 (3) 'Modification & Access' 007D 0080 0004 51 BF 8D 65 Modification Time 658DBF51 (1703788369) 'Thu Dec 28 18:32:49 2023' 0081 0082 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 0083 0084 0002 0B 00 Length 000B (11) diff --git a/t/files/0000-errors/badly-formed/directory-without-slash/dos-flag-only/stdout b/t/files/0000-errors/badly-formed/directory-without-slash/dos-flag-only/stdout index 7c6a7d1..cb58f71 100644 --- a/t/files/0000-errors/badly-formed/directory-without-slash/dos-flag-only/stdout +++ b/t/files/0000-errors/badly-formed/directory-without-slash/dos-flag-only/stdout @@ -13,7 +13,7 @@ 001E Filename 'somedire' 0026 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0028 Length 0009 (9) -002A Flags 03 (3) 'Modification Access' +002A Flags 03 (3) 'Modification & Access' 002B Modification Time 658DBF51 (1703788369) 'Thu Dec 28 18:32:49 2023' 002F Access Time 658DBF51 (1703788369) 'Thu Dec 28 18:32:49 2023' 0033 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -48,7 +48,7 @@ 0070 Filename 'somedire' 0078 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 007A Length 0005 (5) -007C Flags 03 (3) 'Modification Access' +007C Flags 03 (3) 'Modification & Access' 007D Modification Time 658DBF51 (1703788369) 'Thu Dec 28 18:32:49 2023' 0081 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 0083 Length 000B (11) diff --git a/t/files/0000-errors/badly-formed/directory-without-slash/dos-flag-only/stdout-v b/t/files/0000-errors/badly-formed/directory-without-slash/dos-flag-only/stdout-v index 35a265b..a1729e7 100644 --- a/t/files/0000-errors/badly-formed/directory-without-slash/dos-flag-only/stdout-v +++ b/t/files/0000-errors/badly-formed/directory-without-slash/dos-flag-only/stdout-v @@ -14,7 +14,7 @@ 64 69 72 65 0026 0027 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0028 0029 0002 09 00 Length 0009 (9) -002A 002A 0001 03 Flags 03 (3) 'Modification Access' +002A 002A 0001 03 Flags 03 (3) 'Modification & Access' 002B 002E 0004 51 BF 8D 65 Modification Time 658DBF51 (1703788369) 'Thu Dec 28 18:32:49 2023' 002F 0032 0004 51 BF 8D 65 Access Time 658DBF51 (1703788369) 'Thu Dec 28 18:32:49 2023' 0033 0034 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -50,7 +50,7 @@ 64 69 72 65 0078 0079 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 007A 007B 0002 05 00 Length 0005 (5) -007C 007C 0001 03 Flags 03 (3) 'Modification Access' +007C 007C 0001 03 Flags 03 (3) 'Modification & Access' 007D 0080 0004 51 BF 8D 65 Modification Time 658DBF51 (1703788369) 'Thu Dec 28 18:32:49 2023' 0081 0082 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 0083 0084 0002 0B 00 Length 000B (11) diff --git a/t/files/0000-errors/badly-formed/directory-without-slash/unix-flag-only/stdout b/t/files/0000-errors/badly-formed/directory-without-slash/unix-flag-only/stdout index ddc91ea..4f764de 100644 --- a/t/files/0000-errors/badly-formed/directory-without-slash/unix-flag-only/stdout +++ b/t/files/0000-errors/badly-formed/directory-without-slash/unix-flag-only/stdout @@ -13,7 +13,7 @@ 001E Filename 'somedire' 0026 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0028 Length 0009 (9) -002A Flags 03 (3) 'Modification Access' +002A Flags 03 (3) 'Modification & Access' 002B Modification Time 658DBF51 (1703788369) 'Thu Dec 28 18:32:49 2023' 002F Access Time 658DBF51 (1703788369) 'Thu Dec 28 18:32:49 2023' 0033 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -48,7 +48,7 @@ 0070 Filename 'somedire' 0078 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 007A Length 0005 (5) -007C Flags 03 (3) 'Modification Access' +007C Flags 03 (3) 'Modification & Access' 007D Modification Time 658DBF51 (1703788369) 'Thu Dec 28 18:32:49 2023' 0081 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 0083 Length 000B (11) diff --git a/t/files/0000-errors/badly-formed/directory-without-slash/unix-flag-only/stdout-v b/t/files/0000-errors/badly-formed/directory-without-slash/unix-flag-only/stdout-v index d7a2ec4..41e8937 100644 --- a/t/files/0000-errors/badly-formed/directory-without-slash/unix-flag-only/stdout-v +++ b/t/files/0000-errors/badly-formed/directory-without-slash/unix-flag-only/stdout-v @@ -14,7 +14,7 @@ 64 69 72 65 0026 0027 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0028 0029 0002 09 00 Length 0009 (9) -002A 002A 0001 03 Flags 03 (3) 'Modification Access' +002A 002A 0001 03 Flags 03 (3) 'Modification & Access' 002B 002E 0004 51 BF 8D 65 Modification Time 658DBF51 (1703788369) 'Thu Dec 28 18:32:49 2023' 002F 0032 0004 51 BF 8D 65 Access Time 658DBF51 (1703788369) 'Thu Dec 28 18:32:49 2023' 0033 0034 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -50,7 +50,7 @@ 64 69 72 65 0078 0079 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 007A 007B 0002 05 00 Length 0005 (5) -007C 007C 0001 03 Flags 03 (3) 'Modification Access' +007C 007C 0001 03 Flags 03 (3) 'Modification & Access' 007D 0080 0004 51 BF 8D 65 Modification Time 658DBF51 (1703788369) 'Thu Dec 28 18:32:49 2023' 0081 0082 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 0083 0084 0002 0B 00 Length 000B (11) diff --git a/t/files/0000-errors/badly-formed/extras/0x5455-UT/full-central/stdout b/t/files/0000-errors/badly-formed/extras/0x5455-UT/full-central/stdout index c7c9565..53f0978 100644 --- a/t/files/0000-errors/badly-formed/extras/0x5455-UT/full-central/stdout +++ b/t/files/0000-errors/badly-formed/extras/0x5455-UT/full-central/stdout @@ -13,7 +13,7 @@ 001E Filename 'filename' 0026 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0028 Length 000D (13) -002A Flags 07 (7) 'Modification Access Creation' +002A Flags 07 (7) 'Modification & Access & Creation' 002B Modification Time 64636261 (1684234849) 'Tue May 16 11:00:49 2023' 002F Access Time 64636261 (1684234849) 'Tue May 16 11:00:49 2023' 0033 Creation Time 64636261 (1684234849) 'Tue May 16 11:00:49 2023' @@ -43,7 +43,7 @@ 006A Filename 'filename' 0072 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0074 Length 000D (13) -0076 Flags 07 (7) 'Modification Access Creation' +0076 Flags 07 (7) 'Modification & Access & Creation' 0077 Modification Time 64636261 (1684234849) 'Tue May 16 11:00:49 2023' # # INFO: Offset 0x7B: Extra Field 'Extended Timestamp [UT]' (ID 0x5455): Unexpected 'Access Time' present diff --git a/t/files/0000-errors/badly-formed/extras/0x5455-UT/full-central/stdout-v b/t/files/0000-errors/badly-formed/extras/0x5455-UT/full-central/stdout-v index 3e316e3..90a3ce7 100644 --- a/t/files/0000-errors/badly-formed/extras/0x5455-UT/full-central/stdout-v +++ b/t/files/0000-errors/badly-formed/extras/0x5455-UT/full-central/stdout-v @@ -14,7 +14,7 @@ 6E 61 6D 65 0026 0027 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0028 0029 0002 0D 00 Length 000D (13) -002A 002A 0001 07 Flags 07 (7) 'Modification Access Creation' +002A 002A 0001 07 Flags 07 (7) 'Modification & Access & Creation' 002B 002E 0004 61 62 63 64 Modification Time 64636261 (1684234849) 'Tue May 16 11:00:49 2023' 002F 0032 0004 61 62 63 64 Access Time 64636261 (1684234849) 'Tue May 16 11:00:49 2023' 0033 0036 0004 61 62 63 64 Creation Time 64636261 (1684234849) 'Tue May 16 11:00:49 2023' @@ -46,7 +46,7 @@ 6E 61 6D 65 0072 0073 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0074 0075 0002 0D 00 Length 000D (13) -0076 0076 0001 07 Flags 07 (7) 'Modification Access Creation' +0076 0076 0001 07 Flags 07 (7) 'Modification & Access & Creation' 0077 007A 0004 61 62 63 64 Modification Time 64636261 (1684234849) 'Tue May 16 11:00:49 2023' # # INFO: Offset 0x7B: Extra Field 'Extended Timestamp [UT]' (ID 0x5455): Unexpected 'Access Time' present diff --git a/t/files/0000-errors/badly-formed/extras/0x7875-ux/GID/stdout b/t/files/0000-errors/badly-formed/extras/0x7875-ux/GID/stdout index 3b628f0..34df1d7 100644 --- a/t/files/0000-errors/badly-formed/extras/0x7875-ux/GID/stdout +++ b/t/files/0000-errors/badly-formed/extras/0x7875-ux/GID/stdout @@ -13,7 +13,7 @@ 001E Filename 'test' 0022 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0024 Length 0009 (9) -0026 Flags 03 (3) 'Modification Access' +0026 Flags 03 (3) 'Modification & Access' 0027 Modification Time 5485F36F (1418064751) 'Mon Dec 8 18:52:31 2014' 002B Access Time 5485F38F (1418064783) 'Mon Dec 8 18:53:03 2014' 002F Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -52,7 +52,7 @@ 006F Filename 'test' 0073 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0075 Length 0005 (5) -0077 Flags 03 (3) 'Modification Access' +0077 Flags 03 (3) 'Modification & Access' 0078 Modification Time 5485F36F (1418064751) 'Mon Dec 8 18:52:31 2014' 007C Extra ID #2 7854 (30804) # diff --git a/t/files/0000-errors/badly-formed/extras/0x7875-ux/GID/stdout-v b/t/files/0000-errors/badly-formed/extras/0x7875-ux/GID/stdout-v index 1937214..8f05aea 100644 --- a/t/files/0000-errors/badly-formed/extras/0x7875-ux/GID/stdout-v +++ b/t/files/0000-errors/badly-formed/extras/0x7875-ux/GID/stdout-v @@ -13,7 +13,7 @@ 001E 0021 0004 74 65 73 74 Filename 'test' 0022 0023 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0024 0025 0002 09 00 Length 0009 (9) -0026 0026 0001 03 Flags 03 (3) 'Modification Access' +0026 0026 0001 03 Flags 03 (3) 'Modification & Access' 0027 002A 0004 6F F3 85 54 Modification Time 5485F36F (1418064751) 'Mon Dec 8 18:52:31 2014' 002B 002E 0004 8F F3 85 54 Access Time 5485F38F (1418064783) 'Mon Dec 8 18:53:03 2014' 002F 0030 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -52,7 +52,7 @@ 006F 0072 0004 74 65 73 74 Filename 'test' 0073 0074 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0075 0076 0002 05 00 Length 0005 (5) -0077 0077 0001 03 Flags 03 (3) 'Modification Access' +0077 0077 0001 03 Flags 03 (3) 'Modification & Access' 0078 007B 0004 6F F3 85 54 Modification Time 5485F36F (1418064751) 'Mon Dec 8 18:52:31 2014' 007C 007D 0002 54 78 Extra ID #2 7854 (30804) # diff --git a/t/files/0000-errors/info/compression-method/stdout b/t/files/0000-errors/info/compression-method/stdout index dbcf420..443dbbb 100644 --- a/t/files/0000-errors/info/compression-method/stdout +++ b/t/files/0000-errors/info/compression-method/stdout @@ -16,7 +16,7 @@ 001E Filename 'lorem.txt' 0027 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 Length 0009 (9) -002B Flags 03 (3) 'Modification Access' +002B Flags 03 (3) 'Modification & Access' 002C Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 0030 Access Time 60843DE7 (1619279335) 'Sat Apr 24 15:48:55 2021' 0034 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -55,7 +55,7 @@ 017F Filename 'lorem.txt' 0188 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 018A Length 0005 (5) -018C Flags 03 (3) 'Modification Access' +018C Flags 03 (3) 'Modification & Access' 018D Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 0191 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 0193 Length 000B (11) diff --git a/t/files/0000-errors/info/compression-method/stdout-v b/t/files/0000-errors/info/compression-method/stdout-v index 6c83def..5bd3cbd 100644 --- a/t/files/0000-errors/info/compression-method/stdout-v +++ b/t/files/0000-errors/info/compression-method/stdout-v @@ -18,7 +18,7 @@ 74 0027 0028 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 002A 0002 09 00 Length 0009 (9) -002B 002B 0001 03 Flags 03 (3) 'Modification Access' +002B 002B 0001 03 Flags 03 (3) 'Modification & Access' 002C 002F 0004 A6 3C 84 60 Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 0030 0033 0004 E7 3D 84 60 Access Time 60843DE7 (1619279335) 'Sat Apr 24 15:48:55 2021' 0034 0035 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -59,7 +59,7 @@ 74 0188 0189 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 018A 018B 0002 05 00 Length 0005 (5) -018C 018C 0001 03 Flags 03 (3) 'Modification Access' +018C 018C 0001 03 Flags 03 (3) 'Modification & Access' 018D 0190 0004 A6 3C 84 60 Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 0191 0192 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 0193 0194 0002 0B 00 Length 000B (11) diff --git a/t/files/0003-winzip/ys-split/single/stdout b/t/files/0003-winzip/ys-split/single/stdout index 4940083..2dd3fa3 100644 --- a/t/files/0003-winzip/ys-split/single/stdout +++ b/t/files/0003-winzip/ys-split/single/stdout @@ -16,7 +16,7 @@ 0022 Filename 'home/paul/share/lorem.txt' 003B Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 003D Length 0009 (9) -003F Flags 03 (3) 'Modification Access' +003F Flags 03 (3) 'Modification & Access' 0040 Modification Time 636CDA60 (1668078176) 'Thu Nov 10 11:02:56 2022' 0044 Access Time 636CDA96 (1668078230) 'Thu Nov 10 11:03:50 2022' 0048 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -52,7 +52,7 @@ 0243 Filename 'home/paul/share/lorem.txt' 025C Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 025E Length 0005 (5) -0260 Flags 03 (3) 'Modification Access' +0260 Flags 03 (3) 'Modification & Access' 0261 Modification Time 636CDA60 (1668078176) 'Thu Nov 10 11:02:56 2022' 0265 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 0267 Length 000B (11) diff --git a/t/files/0003-winzip/ys-split/single/stdout-v b/t/files/0003-winzip/ys-split/single/stdout-v index b868748..21d8e3f 100644 --- a/t/files/0003-winzip/ys-split/single/stdout-v +++ b/t/files/0003-winzip/ys-split/single/stdout-v @@ -22,7 +22,7 @@ 74 003B 003C 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 003D 003E 0002 09 00 Length 0009 (9) -003F 003F 0001 03 Flags 03 (3) 'Modification Access' +003F 003F 0001 03 Flags 03 (3) 'Modification & Access' 0040 0043 0004 60 DA 6C 63 Modification Time 636CDA60 (1668078176) 'Thu Nov 10 11:02:56 2022' 0044 0047 0004 96 DA 6C 63 Access Time 636CDA96 (1668078230) 'Thu Nov 10 11:03:50 2022' 0048 0049 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -64,7 +64,7 @@ 74 025C 025D 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 025E 025F 0002 05 00 Length 0005 (5) -0260 0260 0001 03 Flags 03 (3) 'Modification Access' +0260 0260 0001 03 Flags 03 (3) 'Modification & Access' 0261 0264 0004 60 DA 6C 63 Modification Time 636CDA60 (1668078176) 'Thu Nov 10 11:02:56 2022' 0265 0266 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 0267 0268 0002 0B 00 Length 000B (11) diff --git a/t/files/0005-onedrive/stdout b/t/files/0005-onedrive/stdout index b932011..5190068 100644 --- a/t/files/0005-onedrive/stdout +++ b/t/files/0005-onedrive/stdout @@ -13,7 +13,7 @@ 001E Filename 'data.txt' 0026 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0028 Length 0009 (9) -002A Flags 03 (3) 'Modification Access' +002A Flags 03 (3) 'Modification & Access' 002B Modification Time 5ED526B6 (1591027382) 'Mon Jun 1 16:03:02 2020' 002F Access Time 5ED526B6 (1591027382) 'Mon Jun 1 16:03:02 2020' 0033 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -53,7 +53,7 @@ 0093 Filename 'data.txt' 009B Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 009D Length 0005 (5) -009F Flags 03 (3) 'Modification Access' +009F Flags 03 (3) 'Modification & Access' 00A0 Modification Time 5ED526B6 (1591027382) 'Mon Jun 1 16:03:02 2020' 00A4 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 00A6 Length 000B (11) diff --git a/t/files/0005-onedrive/stdout-v b/t/files/0005-onedrive/stdout-v index 7ea800c..0921bd2 100644 --- a/t/files/0005-onedrive/stdout-v +++ b/t/files/0005-onedrive/stdout-v @@ -14,7 +14,7 @@ 2E 74 78 74 0026 0027 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0028 0029 0002 09 00 Length 0009 (9) -002A 002A 0001 03 Flags 03 (3) 'Modification Access' +002A 002A 0001 03 Flags 03 (3) 'Modification & Access' 002B 002E 0004 B6 26 D5 5E Modification Time 5ED526B6 (1591027382) 'Mon Jun 1 16:03:02 2020' 002F 0032 0004 B6 26 D5 5E Access Time 5ED526B6 (1591027382) 'Mon Jun 1 16:03:02 2020' 0033 0034 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -60,7 +60,7 @@ 2E 74 78 74 009B 009C 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 009D 009E 0002 05 00 Length 0005 (5) -009F 009F 0001 03 Flags 03 (3) 'Modification Access' +009F 009F 0001 03 Flags 03 (3) 'Modification & Access' 00A0 00A3 0004 B6 26 D5 5E Modification Time 5ED526B6 (1591027382) 'Mon Jun 1 16:03:02 2020' 00A4 00A5 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 00A6 00A7 0002 0B 00 Length 000B (11) diff --git a/t/files/0009-infozip/iz-linux-directory/stdout b/t/files/0009-infozip/iz-linux-directory/stdout index 4e4d887..44e97fb 100644 --- a/t/files/0009-infozip/iz-linux-directory/stdout +++ b/t/files/0009-infozip/iz-linux-directory/stdout @@ -13,7 +13,7 @@ 001E Filename 'somedir/' 0026 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0028 Length 0009 (9) -002A Flags 03 (3) 'Modification Access' +002A Flags 03 (3) 'Modification & Access' 002B Modification Time 658DBF51 (1703788369) 'Thu Dec 28 18:32:49 2023' 002F Access Time 658DBF51 (1703788369) 'Thu Dec 28 18:32:49 2023' 0033 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -49,7 +49,7 @@ 0070 Filename 'somedir/' 0078 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 007A Length 0005 (5) -007C Flags 03 (3) 'Modification Access' +007C Flags 03 (3) 'Modification & Access' 007D Modification Time 658DBF51 (1703788369) 'Thu Dec 28 18:32:49 2023' 0081 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 0083 Length 000B (11) diff --git a/t/files/0009-infozip/iz-linux-directory/stdout-v b/t/files/0009-infozip/iz-linux-directory/stdout-v index ff9e3d9..bf03e07 100644 --- a/t/files/0009-infozip/iz-linux-directory/stdout-v +++ b/t/files/0009-infozip/iz-linux-directory/stdout-v @@ -14,7 +14,7 @@ 64 69 72 2F 0026 0027 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0028 0029 0002 09 00 Length 0009 (9) -002A 002A 0001 03 Flags 03 (3) 'Modification Access' +002A 002A 0001 03 Flags 03 (3) 'Modification & Access' 002B 002E 0004 51 BF 8D 65 Modification Time 658DBF51 (1703788369) 'Thu Dec 28 18:32:49 2023' 002F 0032 0004 51 BF 8D 65 Access Time 658DBF51 (1703788369) 'Thu Dec 28 18:32:49 2023' 0033 0034 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -51,7 +51,7 @@ 64 69 72 2F 0078 0079 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 007A 007B 0002 05 00 Length 0005 (5) -007C 007C 0001 03 Flags 03 (3) 'Modification Access' +007C 007C 0001 03 Flags 03 (3) 'Modification & Access' 007D 0080 0004 51 BF 8D 65 Modification Time 658DBF51 (1703788369) 'Thu Dec 28 18:32:49 2023' 0081 0082 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 0083 0084 0002 0B 00 Length 000B (11) diff --git a/t/files/0009-infozip/iz-linux-encrypt/stdout b/t/files/0009-infozip/iz-linux-encrypt/stdout index d48525a..a63157e 100644 --- a/t/files/0009-infozip/iz-linux-encrypt/stdout +++ b/t/files/0009-infozip/iz-linux-encrypt/stdout @@ -16,7 +16,7 @@ 001E Filename 'lorem.txt' 0027 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 Length 0009 (9) -002B Flags 03 (3) 'Modification Access' +002B Flags 03 (3) 'Modification & Access' 002C Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 0030 Access Time 62E7CDA3 (1659358627) 'Mon Aug 1 12:57:07 2022' 0034 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -60,7 +60,7 @@ 019B Filename 'lorem.txt' 01A4 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 01A6 Length 0005 (5) -01A8 Flags 03 (3) 'Modification Access' +01A8 Flags 03 (3) 'Modification & Access' 01A9 Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 01AD Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 01AF Length 000B (11) diff --git a/t/files/0009-infozip/iz-linux-encrypt/stdout-v b/t/files/0009-infozip/iz-linux-encrypt/stdout-v index 20dfeaf..bb4fa4b 100644 --- a/t/files/0009-infozip/iz-linux-encrypt/stdout-v +++ b/t/files/0009-infozip/iz-linux-encrypt/stdout-v @@ -18,7 +18,7 @@ 74 0027 0028 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 002A 0002 09 00 Length 0009 (9) -002B 002B 0001 03 Flags 03 (3) 'Modification Access' +002B 002B 0001 03 Flags 03 (3) 'Modification & Access' 002C 002F 0004 A6 3C 84 60 Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 0030 0033 0004 A3 CD E7 62 Access Time 62E7CDA3 (1659358627) 'Mon Aug 1 12:57:07 2022' 0034 0035 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -64,7 +64,7 @@ 74 01A4 01A5 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 01A6 01A7 0002 05 00 Length 0005 (5) -01A8 01A8 0001 03 Flags 03 (3) 'Modification Access' +01A8 01A8 0001 03 Flags 03 (3) 'Modification & Access' 01A9 01AC 0004 A6 3C 84 60 Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 01AD 01AE 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 01AF 01B0 0002 0B 00 Length 000B (11) diff --git a/t/files/0009-infozip/iz-linux-standard-bzip2/stdout b/t/files/0009-infozip/iz-linux-standard-bzip2/stdout index 5c4f017..70d2390 100644 --- a/t/files/0009-infozip/iz-linux-standard-bzip2/stdout +++ b/t/files/0009-infozip/iz-linux-standard-bzip2/stdout @@ -13,7 +13,7 @@ 001E Filename 'lorem.txt' 0027 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 Length 0009 (9) -002B Flags 03 (3) 'Modification Access' +002B Flags 03 (3) 'Modification & Access' 002C Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 0030 Access Time 60843DE7 (1619279335) 'Sat Apr 24 15:48:55 2021' 0034 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -49,7 +49,7 @@ 01A6 Filename 'lorem.txt' 01AF Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 01B1 Length 0005 (5) -01B3 Flags 03 (3) 'Modification Access' +01B3 Flags 03 (3) 'Modification & Access' 01B4 Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 01B8 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 01BA Length 000B (11) diff --git a/t/files/0009-infozip/iz-linux-standard-bzip2/stdout-v b/t/files/0009-infozip/iz-linux-standard-bzip2/stdout-v index e3177c9..f47c95b 100644 --- a/t/files/0009-infozip/iz-linux-standard-bzip2/stdout-v +++ b/t/files/0009-infozip/iz-linux-standard-bzip2/stdout-v @@ -15,7 +15,7 @@ 74 0027 0028 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 002A 0002 09 00 Length 0009 (9) -002B 002B 0001 03 Flags 03 (3) 'Modification Access' +002B 002B 0001 03 Flags 03 (3) 'Modification & Access' 002C 002F 0004 A6 3C 84 60 Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 0030 0033 0004 E7 3D 84 60 Access Time 60843DE7 (1619279335) 'Sat Apr 24 15:48:55 2021' 0034 0035 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -53,7 +53,7 @@ 74 01AF 01B0 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 01B1 01B2 0002 05 00 Length 0005 (5) -01B3 01B3 0001 03 Flags 03 (3) 'Modification Access' +01B3 01B3 0001 03 Flags 03 (3) 'Modification & Access' 01B4 01B7 0004 A6 3C 84 60 Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 01B8 01B9 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 01BA 01BB 0002 0B 00 Length 000B (11) diff --git a/t/files/0009-infozip/iz-linux-standard-deflate-zip64/stdout b/t/files/0009-infozip/iz-linux-standard-deflate-zip64/stdout index a1b0a11..ba34079 100644 --- a/t/files/0009-infozip/iz-linux-standard-deflate-zip64/stdout +++ b/t/files/0009-infozip/iz-linux-standard-deflate-zip64/stdout @@ -14,7 +14,7 @@ 001E Filename 'lorem.txt' 0027 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 Length 0009 (9) -002B Flags 03 (3) 'Modification Access' +002B Flags 03 (3) 'Modification & Access' 002C Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 0030 Access Time 60843DE7 (1619279335) 'Sat Apr 24 15:48:55 2021' 0034 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -55,7 +55,7 @@ 0193 Filename 'lorem.txt' 019C Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 019E Length 0005 (5) -01A0 Flags 03 (3) 'Modification Access' +01A0 Flags 03 (3) 'Modification & Access' 01A1 Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 01A5 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 01A7 Length 000B (11) diff --git a/t/files/0009-infozip/iz-linux-standard-deflate-zip64/stdout-v b/t/files/0009-infozip/iz-linux-standard-deflate-zip64/stdout-v index e37fa6a..6294105 100644 --- a/t/files/0009-infozip/iz-linux-standard-deflate-zip64/stdout-v +++ b/t/files/0009-infozip/iz-linux-standard-deflate-zip64/stdout-v @@ -16,7 +16,7 @@ 74 0027 0028 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 002A 0002 09 00 Length 0009 (9) -002B 002B 0001 03 Flags 03 (3) 'Modification Access' +002B 002B 0001 03 Flags 03 (3) 'Modification & Access' 002C 002F 0004 A6 3C 84 60 Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 0030 0033 0004 E7 3D 84 60 Access Time 60843DE7 (1619279335) 'Sat Apr 24 15:48:55 2021' 0034 0035 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -61,7 +61,7 @@ 74 019C 019D 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 019E 019F 0002 05 00 Length 0005 (5) -01A0 01A0 0001 03 Flags 03 (3) 'Modification Access' +01A0 01A0 0001 03 Flags 03 (3) 'Modification & Access' 01A1 01A4 0004 A6 3C 84 60 Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 01A5 01A6 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 01A7 01A8 0002 0B 00 Length 000B (11) diff --git a/t/files/0009-infozip/iz-linux-standard-deflate/stdout b/t/files/0009-infozip/iz-linux-standard-deflate/stdout index 7a3f4a6..0332f23 100644 --- a/t/files/0009-infozip/iz-linux-standard-deflate/stdout +++ b/t/files/0009-infozip/iz-linux-standard-deflate/stdout @@ -14,7 +14,7 @@ 001E Filename 'lorem.txt' 0027 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 Length 0009 (9) -002B Flags 03 (3) 'Modification Access' +002B Flags 03 (3) 'Modification & Access' 002C Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 0030 Access Time 60843DE7 (1619279335) 'Sat Apr 24 15:48:55 2021' 0034 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -51,7 +51,7 @@ 017F Filename 'lorem.txt' 0188 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 018A Length 0005 (5) -018C Flags 03 (3) 'Modification Access' +018C Flags 03 (3) 'Modification & Access' 018D Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 0191 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 0193 Length 000B (11) diff --git a/t/files/0009-infozip/iz-linux-standard-deflate/stdout-v b/t/files/0009-infozip/iz-linux-standard-deflate/stdout-v index 060a10d..905e93e 100644 --- a/t/files/0009-infozip/iz-linux-standard-deflate/stdout-v +++ b/t/files/0009-infozip/iz-linux-standard-deflate/stdout-v @@ -16,7 +16,7 @@ 74 0027 0028 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 002A 0002 09 00 Length 0009 (9) -002B 002B 0001 03 Flags 03 (3) 'Modification Access' +002B 002B 0001 03 Flags 03 (3) 'Modification & Access' 002C 002F 0004 A6 3C 84 60 Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 0030 0033 0004 E7 3D 84 60 Access Time 60843DE7 (1619279335) 'Sat Apr 24 15:48:55 2021' 0034 0035 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -55,7 +55,7 @@ 74 0188 0189 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 018A 018B 0002 05 00 Length 0005 (5) -018C 018C 0001 03 Flags 03 (3) 'Modification Access' +018C 018C 0001 03 Flags 03 (3) 'Modification & Access' 018D 0190 0004 A6 3C 84 60 Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 0191 0192 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 0193 0194 0002 0B 00 Length 000B (11) diff --git a/t/files/0009-infozip/iz-linux-standard-store/stdout b/t/files/0009-infozip/iz-linux-standard-store/stdout index 0242f41..1c3480a 100644 --- a/t/files/0009-infozip/iz-linux-standard-store/stdout +++ b/t/files/0009-infozip/iz-linux-standard-store/stdout @@ -13,7 +13,7 @@ 001E Filename 'lorem.txt' 0027 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 Length 0009 (9) -002B Flags 03 (3) 'Modification Access' +002B Flags 03 (3) 'Modification & Access' 002C Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 0030 Access Time 60843DE7 (1619279335) 'Sat Apr 24 15:48:55 2021' 0034 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -49,7 +49,7 @@ 022F Filename 'lorem.txt' 0238 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 023A Length 0005 (5) -023C Flags 03 (3) 'Modification Access' +023C Flags 03 (3) 'Modification & Access' 023D Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 0241 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 0243 Length 000B (11) diff --git a/t/files/0009-infozip/iz-linux-standard-store/stdout-v b/t/files/0009-infozip/iz-linux-standard-store/stdout-v index 8c907ad..b9ed1e9 100644 --- a/t/files/0009-infozip/iz-linux-standard-store/stdout-v +++ b/t/files/0009-infozip/iz-linux-standard-store/stdout-v @@ -15,7 +15,7 @@ 74 0027 0028 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 002A 0002 09 00 Length 0009 (9) -002B 002B 0001 03 Flags 03 (3) 'Modification Access' +002B 002B 0001 03 Flags 03 (3) 'Modification & Access' 002C 002F 0004 A6 3C 84 60 Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 0030 0033 0004 E7 3D 84 60 Access Time 60843DE7 (1619279335) 'Sat Apr 24 15:48:55 2021' 0034 0035 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -53,7 +53,7 @@ 74 0238 0239 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 023A 023B 0002 05 00 Length 0005 (5) -023C 023C 0001 03 Flags 03 (3) 'Modification Access' +023C 023C 0001 03 Flags 03 (3) 'Modification & Access' 023D 0240 0004 A6 3C 84 60 Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 0241 0242 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 0243 0244 0002 0B 00 Length 000B (11) diff --git a/t/files/0009-infozip/iz-linux-stream-nozip64/stdout b/t/files/0009-infozip/iz-linux-stream-nozip64/stdout index 63eddfa..3912c89 100644 --- a/t/files/0009-infozip/iz-linux-stream-nozip64/stdout +++ b/t/files/0009-infozip/iz-linux-stream-nozip64/stdout @@ -15,7 +15,7 @@ 001E Filename 'lorem.txt' 0027 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 Length 0009 (9) -002B Flags 03 (3) 'Modification Access' +002B Flags 03 (3) 'Modification & Access' 002C Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 0030 Access Time 62E7CDA3 (1659358627) 'Mon Aug 1 12:57:07 2022' 0034 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -58,7 +58,7 @@ 018F Filename 'lorem.txt' 0198 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 019A Length 0005 (5) -019C Flags 03 (3) 'Modification Access' +019C Flags 03 (3) 'Modification & Access' 019D Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 01A1 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 01A3 Length 000B (11) diff --git a/t/files/0009-infozip/iz-linux-stream-nozip64/stdout-v b/t/files/0009-infozip/iz-linux-stream-nozip64/stdout-v index 070652a..f882f70 100644 --- a/t/files/0009-infozip/iz-linux-stream-nozip64/stdout-v +++ b/t/files/0009-infozip/iz-linux-stream-nozip64/stdout-v @@ -17,7 +17,7 @@ 74 0027 0028 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 002A 0002 09 00 Length 0009 (9) -002B 002B 0001 03 Flags 03 (3) 'Modification Access' +002B 002B 0001 03 Flags 03 (3) 'Modification & Access' 002C 002F 0004 A6 3C 84 60 Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 0030 0033 0004 A3 CD E7 62 Access Time 62E7CDA3 (1659358627) 'Mon Aug 1 12:57:07 2022' 0034 0035 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -62,7 +62,7 @@ 74 0198 0199 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 019A 019B 0002 05 00 Length 0005 (5) -019C 019C 0001 03 Flags 03 (3) 'Modification Access' +019C 019C 0001 03 Flags 03 (3) 'Modification & Access' 019D 01A0 0004 A6 3C 84 60 Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 01A1 01A2 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 01A3 01A4 0002 0B 00 Length 000B (11) diff --git a/t/files/0009-infozip/readme.md b/t/files/0009-infozip/readme.md index de5ddf5..5394eae 100644 --- a/t/files/0009-infozip/readme.md +++ b/t/files/0009-infozip/readme.md @@ -63,7 +63,7 @@ Partial dump show streaming artefacts 001E Filename 'lorem.txt' 0027 Extra ID #0001 5455 'UT: Extended Timestamp' 0029 Length 0009 - 002B Flags '03 Modification Access' + 002B Flags '03 Modification & Access' 002C Modification Time 60843CA6 'Sat Apr 24 16:43:34 2021' 0030 Access Time 62E7CDA3 'Mon Aug 1 13:57:07 2022' 0034 Extra ID #0002 7875 'ux: Unix Extra Type 3' diff --git a/t/files/0015-xceed/xceed/stdout b/t/files/0015-xceed/xceed/stdout index eca5cdc..26b64a5 100644 --- a/t/files/0015-xceed/xceed/stdout +++ b/t/files/0015-xceed/xceed/stdout @@ -36,7 +36,7 @@ 00CF Filename 'file_0x5455.txt' 00DE Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 00E0 Length 000D (13) -00E2 Flags 07 (7) 'Modification Access Creation' +00E2 Flags 07 (7) 'Modification & Access & Creation' 00E3 Modification Time 6561FF5B (1700921179) 'Sat Nov 25 14:06:19 2023' 00E7 Access Time 6561FF5B (1700921179) 'Sat Nov 25 14:06:19 2023' 00EB Creation Time 6561FF5B (1700921179) 'Sat Nov 25 14:06:19 2023' @@ -114,7 +114,7 @@ 028F Filename 'file_0x5455.txt' 029E Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 02A0 Length 0005 (5) -02A2 Flags 07 (7) 'Modification Access Creation' +02A2 Flags 07 (7) 'Modification & Access & Creation' 02A3 Modification Time 6561FF5B (1700921179) 'Sat Nov 25 14:06:19 2023' 02A7 Comment 'This is comment for file '\file_0x5455.txt'.' diff --git a/t/files/0015-xceed/xceed/stdout--redact b/t/files/0015-xceed/xceed/stdout--redact index 730e31b..670b9fa 100644 --- a/t/files/0015-xceed/xceed/stdout--redact +++ b/t/files/0015-xceed/xceed/stdout--redact @@ -36,7 +36,7 @@ 00CF Filename 'XXXXXXXXXXXXXXX' 00DE Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 00E0 Length 000D (13) -00E2 Flags 07 (7) 'Modification Access Creation' +00E2 Flags 07 (7) 'Modification & Access & Creation' 00E3 Modification Time 6561FF5B (1700921179) 'Sat Nov 25 14:06:19 2023' 00E7 Access Time 6561FF5B (1700921179) 'Sat Nov 25 14:06:19 2023' 00EB Creation Time 6561FF5B (1700921179) 'Sat Nov 25 14:06:19 2023' @@ -114,7 +114,7 @@ 028F Filename 'XXXXXXXXXXXXXXX' 029E Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 02A0 Length 0005 (5) -02A2 Flags 07 (7) 'Modification Access Creation' +02A2 Flags 07 (7) 'Modification & Access & Creation' 02A3 Modification Time 6561FF5B (1700921179) 'Sat Nov 25 14:06:19 2023' 02A7 Comment 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' diff --git a/t/files/0015-xceed/xceed/stdout-v b/t/files/0015-xceed/xceed/stdout-v index 13ee57a..169aae9 100644 --- a/t/files/0015-xceed/xceed/stdout-v +++ b/t/files/0015-xceed/xceed/stdout-v @@ -71,7 +71,7 @@ 74 78 74 00DE 00DF 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 00E0 00E1 0002 0D 00 Length 000D (13) -00E2 00E2 0001 07 Flags 07 (7) 'Modification Access Creation' +00E2 00E2 0001 07 Flags 07 (7) 'Modification & Access & Creation' 00E3 00E6 0004 5B FF 61 65 Modification Time 6561FF5B (1700921179) 'Sat Nov 25 14:06:19 2023' 00E7 00EA 0004 5B FF 61 65 Access Time 6561FF5B (1700921179) 'Sat Nov 25 14:06:19 2023' 00EB 00EE 0004 5B FF 61 65 Creation Time 6561FF5B (1700921179) 'Sat Nov 25 14:06:19 2023' @@ -215,7 +215,7 @@ 74 78 74 029E 029F 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 02A0 02A1 0002 05 00 Length 0005 (5) -02A2 02A2 0001 07 Flags 07 (7) 'Modification Access Creation' +02A2 02A2 0001 07 Flags 07 (7) 'Modification & Access & Creation' 02A3 02A6 0004 5B FF 61 65 Modification Time 6561FF5B (1700921179) 'Sat Nov 25 14:06:19 2023' 02A7 02D2 002C 54 68 69 73 Comment 'This is comment for file '\file_0x5455.txt'.' 20 69 73 20 diff --git a/t/files/0015-xceed/xceed/stdout-v--redact b/t/files/0015-xceed/xceed/stdout-v--redact index 2bc1653..d7e8015 100644 --- a/t/files/0015-xceed/xceed/stdout-v--redact +++ b/t/files/0015-xceed/xceed/stdout-v--redact @@ -71,7 +71,7 @@ 74 78 74 00DE 00DF 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 00E0 00E1 0002 0D 00 Length 000D (13) -00E2 00E2 0001 07 Flags 07 (7) 'Modification Access Creation' +00E2 00E2 0001 07 Flags 07 (7) 'Modification & Access & Creation' 00E3 00E6 0004 5B FF 61 65 Modification Time 6561FF5B (1700921179) 'Sat Nov 25 14:06:19 2023' 00E7 00EA 0004 5B FF 61 65 Access Time 6561FF5B (1700921179) 'Sat Nov 25 14:06:19 2023' 00EB 00EE 0004 5B FF 61 65 Creation Time 6561FF5B (1700921179) 'Sat Nov 25 14:06:19 2023' @@ -215,7 +215,7 @@ 74 78 74 029E 029F 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 02A0 02A1 0002 05 00 Length 0005 (5) -02A2 02A2 0001 07 Flags 07 (7) 'Modification Access Creation' +02A2 02A2 0001 07 Flags 07 (7) 'Modification & Access & Creation' 02A3 02A6 0004 5B FF 61 65 Modification Time 6561FF5B (1700921179) 'Sat Nov 25 14:06:19 2023' 02A7 02D2 002C 54 68 69 73 Comment 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' 20 69 73 20 diff --git a/t/files/0019-non-standard/prefix-data-zip64/stdout b/t/files/0019-non-standard/prefix-data-zip64/stdout index ea9071c..2e4f11f 100644 --- a/t/files/0019-non-standard/prefix-data-zip64/stdout +++ b/t/files/0019-non-standard/prefix-data-zip64/stdout @@ -19,7 +19,7 @@ 0022 Filename 'lorem1.txt' 002C Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 002E Length 0009 (9) -0030 Flags 03 (3) 'Modification Access' +0030 Flags 03 (3) 'Modification & Access' 0031 Modification Time 63624922 (1667385634) 'Wed Nov 2 10:40:34 2022' 0035 Access Time 63624922 (1667385634) 'Wed Nov 2 10:40:34 2022' 0039 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -50,7 +50,7 @@ 018A Filename 'lorem.txt' 0193 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0195 Length 0009 (9) -0197 Flags 03 (3) 'Modification Access' +0197 Flags 03 (3) 'Modification & Access' 0198 Modification Time 63624922 (1667385634) 'Wed Nov 2 10:40:34 2022' 019C Access Time 63624922 (1667385634) 'Wed Nov 2 10:40:34 2022' 01A0 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -91,7 +91,7 @@ 02FF Filename 'lorem1.txt' 0309 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 030B Length 0005 (5) -030D Flags 03 (3) 'Modification Access' +030D Flags 03 (3) 'Modification & Access' 030E Modification Time 63624922 (1667385634) 'Wed Nov 2 10:40:34 2022' 0312 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 0314 Length 000B (11) @@ -129,7 +129,7 @@ 035B Filename 'lorem.txt' 0364 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0366 Length 0005 (5) -0368 Flags 03 (3) 'Modification Access' +0368 Flags 03 (3) 'Modification & Access' 0369 Modification Time 63624922 (1667385634) 'Wed Nov 2 10:40:34 2022' 036D Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 036F Length 000B (11) diff --git a/t/files/0019-non-standard/prefix-data-zip64/stdout-v b/t/files/0019-non-standard/prefix-data-zip64/stdout-v index 870485f..bcac577 100644 --- a/t/files/0019-non-standard/prefix-data-zip64/stdout-v +++ b/t/files/0019-non-standard/prefix-data-zip64/stdout-v @@ -21,7 +21,7 @@ 78 74 002C 002D 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 002E 002F 0002 09 00 Length 0009 (9) -0030 0030 0001 03 Flags 03 (3) 'Modification Access' +0030 0030 0001 03 Flags 03 (3) 'Modification & Access' 0031 0034 0004 22 49 62 63 Modification Time 63624922 (1667385634) 'Wed Nov 2 10:40:34 2022' 0035 0038 0004 22 49 62 63 Access Time 63624922 (1667385634) 'Wed Nov 2 10:40:34 2022' 0039 003A 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -56,7 +56,7 @@ 74 0193 0194 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0195 0196 0002 09 00 Length 0009 (9) -0197 0197 0001 03 Flags 03 (3) 'Modification Access' +0197 0197 0001 03 Flags 03 (3) 'Modification & Access' 0198 019B 0004 22 49 62 63 Modification Time 63624922 (1667385634) 'Wed Nov 2 10:40:34 2022' 019C 019F 0004 22 49 62 63 Access Time 63624922 (1667385634) 'Wed Nov 2 10:40:34 2022' 01A0 01A1 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -101,7 +101,7 @@ 78 74 0309 030A 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 030B 030C 0002 05 00 Length 0005 (5) -030D 030D 0001 03 Flags 03 (3) 'Modification Access' +030D 030D 0001 03 Flags 03 (3) 'Modification & Access' 030E 0311 0004 22 49 62 63 Modification Time 63624922 (1667385634) 'Wed Nov 2 10:40:34 2022' 0312 0313 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 0314 0315 0002 0B 00 Length 000B (11) @@ -142,7 +142,7 @@ 74 0364 0365 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0366 0367 0002 05 00 Length 0005 (5) -0368 0368 0001 03 Flags 03 (3) 'Modification Access' +0368 0368 0001 03 Flags 03 (3) 'Modification & Access' 0369 036C 0004 22 49 62 63 Modification Time 63624922 (1667385634) 'Wed Nov 2 10:40:34 2022' 036D 036E 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 036F 0370 0002 0B 00 Length 000B (11) diff --git a/t/files/0019-non-standard/prefix-data/stdout b/t/files/0019-non-standard/prefix-data/stdout index 034576b..3b37983 100644 --- a/t/files/0019-non-standard/prefix-data/stdout +++ b/t/files/0019-non-standard/prefix-data/stdout @@ -19,7 +19,7 @@ 0022 Filename 'lorem1.txt' 002C Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 002E Length 0009 (9) -0030 Flags 03 (3) 'Modification Access' +0030 Flags 03 (3) 'Modification & Access' 0031 Modification Time 63624855 (1667385429) 'Wed Nov 2 10:37:09 2022' 0035 Access Time 63624855 (1667385429) 'Wed Nov 2 10:37:09 2022' 0039 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -46,7 +46,7 @@ 0176 Filename 'lorem.txt' 017F Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0181 Length 0009 (9) -0183 Flags 03 (3) 'Modification Access' +0183 Flags 03 (3) 'Modification & Access' 0184 Modification Time 63624828 (1667385384) 'Wed Nov 2 10:36:24 2022' 0188 Access Time 63624828 (1667385384) 'Wed Nov 2 10:36:24 2022' 018C Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -83,7 +83,7 @@ 02D7 Filename 'lorem1.txt' 02E1 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 02E3 Length 0005 (5) -02E5 Flags 03 (3) 'Modification Access' +02E5 Flags 03 (3) 'Modification & Access' 02E6 Modification Time 63624855 (1667385429) 'Wed Nov 2 10:37:09 2022' 02EA Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 02EC Length 000B (11) @@ -118,7 +118,7 @@ 0327 Filename 'lorem.txt' 0330 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0332 Length 0005 (5) -0334 Flags 03 (3) 'Modification Access' +0334 Flags 03 (3) 'Modification & Access' 0335 Modification Time 63624828 (1667385384) 'Wed Nov 2 10:36:24 2022' 0339 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 033B Length 000B (11) diff --git a/t/files/0019-non-standard/prefix-data/stdout-v b/t/files/0019-non-standard/prefix-data/stdout-v index 876c32e..fe9e770 100644 --- a/t/files/0019-non-standard/prefix-data/stdout-v +++ b/t/files/0019-non-standard/prefix-data/stdout-v @@ -21,7 +21,7 @@ 78 74 002C 002D 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 002E 002F 0002 09 00 Length 0009 (9) -0030 0030 0001 03 Flags 03 (3) 'Modification Access' +0030 0030 0001 03 Flags 03 (3) 'Modification & Access' 0031 0034 0004 55 48 62 63 Modification Time 63624855 (1667385429) 'Wed Nov 2 10:37:09 2022' 0035 0038 0004 55 48 62 63 Access Time 63624855 (1667385429) 'Wed Nov 2 10:37:09 2022' 0039 003A 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -50,7 +50,7 @@ 74 017F 0180 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0181 0182 0002 09 00 Length 0009 (9) -0183 0183 0001 03 Flags 03 (3) 'Modification Access' +0183 0183 0001 03 Flags 03 (3) 'Modification & Access' 0184 0187 0004 28 48 62 63 Modification Time 63624828 (1667385384) 'Wed Nov 2 10:36:24 2022' 0188 018B 0004 28 48 62 63 Access Time 63624828 (1667385384) 'Wed Nov 2 10:36:24 2022' 018C 018D 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -89,7 +89,7 @@ 78 74 02E1 02E2 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 02E3 02E4 0002 05 00 Length 0005 (5) -02E5 02E5 0001 03 Flags 03 (3) 'Modification Access' +02E5 02E5 0001 03 Flags 03 (3) 'Modification & Access' 02E6 02E9 0004 55 48 62 63 Modification Time 63624855 (1667385429) 'Wed Nov 2 10:37:09 2022' 02EA 02EB 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 02EC 02ED 0002 0B 00 Length 000B (11) @@ -126,7 +126,7 @@ 74 0330 0331 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0332 0333 0002 05 00 Length 0005 (5) -0334 0334 0001 03 Flags 03 (3) 'Modification Access' +0334 0334 0001 03 Flags 03 (3) 'Modification & Access' 0335 0338 0004 28 48 62 63 Modification Time 63624828 (1667385384) 'Wed Nov 2 10:36:24 2022' 0339 033A 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 033B 033C 0002 0B 00 Length 000B (11) diff --git a/t/files/0020-zip64-eocd-extra-field/v1/stdout b/t/files/0020-zip64-eocd-extra-field/v1/stdout index 6731789..48edabc 100644 --- a/t/files/0020-zip64-eocd-extra-field/v1/stdout +++ b/t/files/0020-zip64-eocd-extra-field/v1/stdout @@ -14,7 +14,7 @@ 001E Filename 'lorem.txt' 0027 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 Length 0009 (9) -002B Flags 03 (3) 'Modification Access' +002B Flags 03 (3) 'Modification & Access' 002C Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 0030 Access Time 60843DE7 (1619279335) 'Sat Apr 24 15:48:55 2021' 0034 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -55,7 +55,7 @@ 0193 Filename 'lorem.txt' 019C Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 019E Length 0005 (5) -01A0 Flags 03 (3) 'Modification Access' +01A0 Flags 03 (3) 'Modification & Access' 01A1 Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 01A5 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 01A7 Length 000B (11) diff --git a/t/files/0020-zip64-eocd-extra-field/v1/stdout-v b/t/files/0020-zip64-eocd-extra-field/v1/stdout-v index 1ca03d2..03b5863 100644 --- a/t/files/0020-zip64-eocd-extra-field/v1/stdout-v +++ b/t/files/0020-zip64-eocd-extra-field/v1/stdout-v @@ -16,7 +16,7 @@ 74 0027 0028 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 002A 0002 09 00 Length 0009 (9) -002B 002B 0001 03 Flags 03 (3) 'Modification Access' +002B 002B 0001 03 Flags 03 (3) 'Modification & Access' 002C 002F 0004 A6 3C 84 60 Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 0030 0033 0004 E7 3D 84 60 Access Time 60843DE7 (1619279335) 'Sat Apr 24 15:48:55 2021' 0034 0035 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' @@ -61,7 +61,7 @@ 74 019C 019D 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 019E 019F 0002 05 00 Length 0005 (5) -01A0 01A0 0001 03 Flags 03 (3) 'Modification Access' +01A0 01A0 0001 03 Flags 03 (3) 'Modification & Access' 01A1 01A4 0004 A6 3C 84 60 Modification Time 60843CA6 (1619279014) 'Sat Apr 24 15:43:34 2021' 01A5 01A6 0002 75 78 Extra ID #2 7875 (30837) 'Unix Extra type 3 [ux]' 01A7 01A8 0002 0B 00 Length 000B (11) diff --git a/t/files/0024-lpaq8/stdout b/t/files/0024-lpaq8/stdout index 23fb393..2ea1f5c 100644 --- a/t/files/0024-lpaq8/stdout +++ b/t/files/0024-lpaq8/stdout @@ -13,7 +13,7 @@ 001E Filename 'MANIFEST' 0026 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0028 Length 0009 (9) -002A Flags 03 (3) 'Modification Access' +002A Flags 03 (3) 'Modification & Access' 002B Modification Time 641988E6 (1679395046) 'Tue Mar 21 10:37:26 2023' 002F Access Time 64B56513 (1689609491) 'Mon Jul 17 15:58:11 2023' 0033 Extra ID #2 7855 (30805) 'Unix Extra type 2 [Ux]' @@ -46,7 +46,7 @@ 0962 Filename 'MANIFEST' 096A Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 096C Length 0005 (5) -096E Flags 03 (3) 'Modification Access' +096E Flags 03 (3) 'Modification & Access' 096F Modification Time 641988E6 (1679395046) 'Tue Mar 21 10:37:26 2023' 0973 Extra ID #2 7855 (30805) 'Unix Extra type 2 [Ux]' 0975 Length 0000 (0) diff --git a/t/files/0024-lpaq8/stdout-v b/t/files/0024-lpaq8/stdout-v index 00beeb6..b40fd1f 100644 --- a/t/files/0024-lpaq8/stdout-v +++ b/t/files/0024-lpaq8/stdout-v @@ -14,7 +14,7 @@ 46 45 53 54 0026 0027 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0028 0029 0002 09 00 Length 0009 (9) -002A 002A 0001 03 Flags 03 (3) 'Modification Access' +002A 002A 0001 03 Flags 03 (3) 'Modification & Access' 002B 002E 0004 E6 88 19 64 Modification Time 641988E6 (1679395046) 'Tue Mar 21 10:37:26 2023' 002F 0032 0004 13 65 B5 64 Access Time 64B56513 (1689609491) 'Mon Jul 17 15:58:11 2023' 0033 0034 0002 55 78 Extra ID #2 7855 (30805) 'Unix Extra type 2 [Ux]' @@ -48,7 +48,7 @@ 46 45 53 54 096A 096B 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 096C 096D 0002 05 00 Length 0005 (5) -096E 096E 0001 03 Flags 03 (3) 'Modification Access' +096E 096E 0001 03 Flags 03 (3) 'Modification & Access' 096F 0972 0004 E6 88 19 64 Modification Time 641988E6 (1679395046) 'Tue Mar 21 10:37:26 2023' 0973 0974 0002 55 78 Extra ID #2 7855 (30805) 'Unix Extra type 2 [Ux]' 0975 0976 0002 00 00 Length 0000 (0) diff --git a/t/files/0027-bsdtar/deflate/stdout b/t/files/0027-bsdtar/deflate/stdout index 0c0a356..f023805 100644 --- a/t/files/0027-bsdtar/deflate/stdout +++ b/t/files/0027-bsdtar/deflate/stdout @@ -15,7 +15,7 @@ 001E Filename 'lorem.txt' 0027 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 Length 000D (13) -002B Flags 07 (7) 'Modification Access Creation' +002B Flags 07 (7) 'Modification & Access & Creation' 002C Modification Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' 0030 Access Time 661C32A8 (1713124008) 'Sun Apr 14 19:46:48 2024' 0034 Creation Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' @@ -59,7 +59,7 @@ 0193 Filename 'lorem.txt' 019C Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 019E Length 000D (13) -01A0 Flags 07 (7) 'Modification Access Creation' +01A0 Flags 07 (7) 'Modification & Access & Creation' 01A1 Modification Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' # # INFO: Offset 0x1A5: Extra Field 'Extended Timestamp [UT]' (ID 0x5455): Unexpected 'Access Time' present diff --git a/t/files/0027-bsdtar/deflate/stdout-v b/t/files/0027-bsdtar/deflate/stdout-v index 75f59b9..2a4275c 100644 --- a/t/files/0027-bsdtar/deflate/stdout-v +++ b/t/files/0027-bsdtar/deflate/stdout-v @@ -17,7 +17,7 @@ 74 0027 0028 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 002A 0002 0D 00 Length 000D (13) -002B 002B 0001 07 Flags 07 (7) 'Modification Access Creation' +002B 002B 0001 07 Flags 07 (7) 'Modification & Access & Creation' 002C 002F 0004 74 32 1C 66 Modification Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' 0030 0033 0004 A8 32 1C 66 Access Time 661C32A8 (1713124008) 'Sun Apr 14 19:46:48 2024' 0034 0037 0004 74 32 1C 66 Creation Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' @@ -63,7 +63,7 @@ 74 019C 019D 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 019E 019F 0002 0D 00 Length 000D (13) -01A0 01A0 0001 07 Flags 07 (7) 'Modification Access Creation' +01A0 01A0 0001 07 Flags 07 (7) 'Modification & Access & Creation' 01A1 01A4 0004 74 32 1C 66 Modification Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' # # INFO: Offset 0x1A5: Extra Field 'Extended Timestamp [UT]' (ID 0x5455): Unexpected 'Access Time' present diff --git a/t/files/0027-bsdtar/directory/stdout b/t/files/0027-bsdtar/directory/stdout index 09ea87d..8560112 100644 --- a/t/files/0027-bsdtar/directory/stdout +++ b/t/files/0027-bsdtar/directory/stdout @@ -13,7 +13,7 @@ 001E Filename 'dir/' 0022 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0024 Length 000D (13) -0026 Flags 07 (7) 'Modification Access Creation' +0026 Flags 07 (7) 'Modification & Access & Creation' 0027 Modification Time 661C346B (1713124459) 'Sun Apr 14 19:54:19 2024' 002B Access Time 661C346C (1713124460) 'Sun Apr 14 19:54:20 2024' 002F Creation Time 661C346B (1713124459) 'Sun Apr 14 19:54:19 2024' @@ -49,7 +49,7 @@ 0070 Filename 'dir/' 0074 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0076 Length 000D (13) -0078 Flags 07 (7) 'Modification Access Creation' +0078 Flags 07 (7) 'Modification & Access & Creation' 0079 Modification Time 661C346B (1713124459) 'Sun Apr 14 19:54:19 2024' # # INFO: Offset 0x7D: Extra Field 'Extended Timestamp [UT]' (ID 0x5455): Unexpected 'Access Time' present diff --git a/t/files/0027-bsdtar/directory/stdout-v b/t/files/0027-bsdtar/directory/stdout-v index dbc6ff3..380ef69 100644 --- a/t/files/0027-bsdtar/directory/stdout-v +++ b/t/files/0027-bsdtar/directory/stdout-v @@ -13,7 +13,7 @@ 001E 0021 0004 64 69 72 2F Filename 'dir/' 0022 0023 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0024 0025 0002 0D 00 Length 000D (13) -0026 0026 0001 07 Flags 07 (7) 'Modification Access Creation' +0026 0026 0001 07 Flags 07 (7) 'Modification & Access & Creation' 0027 002A 0004 6B 34 1C 66 Modification Time 661C346B (1713124459) 'Sun Apr 14 19:54:19 2024' 002B 002E 0004 6C 34 1C 66 Access Time 661C346C (1713124460) 'Sun Apr 14 19:54:20 2024' 002F 0032 0004 6B 34 1C 66 Creation Time 661C346B (1713124459) 'Sun Apr 14 19:54:19 2024' @@ -49,7 +49,7 @@ 0070 0073 0004 64 69 72 2F Filename 'dir/' 0074 0075 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0076 0077 0002 0D 00 Length 000D (13) -0078 0078 0001 07 Flags 07 (7) 'Modification Access Creation' +0078 0078 0001 07 Flags 07 (7) 'Modification & Access & Creation' 0079 007C 0004 6B 34 1C 66 Modification Time 661C346B (1713124459) 'Sun Apr 14 19:54:19 2024' # # INFO: Offset 0x7D: Extra Field 'Extended Timestamp [UT]' (ID 0x5455): Unexpected 'Access Time' present diff --git a/t/files/0027-bsdtar/encrypt-aes128/stdout b/t/files/0027-bsdtar/encrypt-aes128/stdout index c126a77..7557247 100644 --- a/t/files/0027-bsdtar/encrypt-aes128/stdout +++ b/t/files/0027-bsdtar/encrypt-aes128/stdout @@ -15,7 +15,7 @@ 001E Filename 'lorem.txt' 0027 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 Length 000D (13) -002B Flags 07 (7) 'Modification Access Creation' +002B Flags 07 (7) 'Modification & Access & Creation' 002C Modification Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' 0030 Access Time 661C32A8 (1713124008) 'Sun Apr 14 19:46:48 2024' 0034 Creation Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' @@ -68,7 +68,7 @@ 01B2 Filename 'lorem.txt' 01BB Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 01BD Length 000D (13) -01BF Flags 07 (7) 'Modification Access Creation' +01BF Flags 07 (7) 'Modification & Access & Creation' 01C0 Modification Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' # # INFO: Offset 0x1C4: Extra Field 'Extended Timestamp [UT]' (ID 0x5455): Unexpected 'Access Time' present diff --git a/t/files/0027-bsdtar/encrypt-aes128/stdout--walk--scan b/t/files/0027-bsdtar/encrypt-aes128/stdout--walk--scan index d68470b..ce3615d 100644 --- a/t/files/0027-bsdtar/encrypt-aes128/stdout--walk--scan +++ b/t/files/0027-bsdtar/encrypt-aes128/stdout--walk--scan @@ -15,7 +15,7 @@ 001E Filename 'lorem.txt' 0027 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 Length 000D (13) -002B Flags 07 (7) 'Modification Access Creation' +002B Flags 07 (7) 'Modification & Access & Creation' 002C Modification Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' 0030 Access Time 661C32A8 (1713124008) 'Sun Apr 14 19:46:48 2024' 0034 Creation Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' @@ -67,7 +67,7 @@ 01B2 Filename 'lorem.txt' 01BB Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 01BD Length 000D (13) -01BF Flags 07 (7) 'Modification Access Creation' +01BF Flags 07 (7) 'Modification & Access & Creation' 01C0 Modification Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' # # INFO: Offset 0x1C4: Extra Field 'Extended Timestamp [UT]' (ID 0x5455): Unexpected 'Access Time' present diff --git a/t/files/0027-bsdtar/encrypt-aes128/stdout-v b/t/files/0027-bsdtar/encrypt-aes128/stdout-v index fd437d3..f3cda05 100644 --- a/t/files/0027-bsdtar/encrypt-aes128/stdout-v +++ b/t/files/0027-bsdtar/encrypt-aes128/stdout-v @@ -17,7 +17,7 @@ 74 0027 0028 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 002A 0002 0D 00 Length 000D (13) -002B 002B 0001 07 Flags 07 (7) 'Modification Access Creation' +002B 002B 0001 07 Flags 07 (7) 'Modification & Access & Creation' 002C 002F 0004 74 32 1C 66 Modification Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' 0030 0033 0004 A8 32 1C 66 Access Time 661C32A8 (1713124008) 'Sun Apr 14 19:46:48 2024' 0034 0037 0004 74 32 1C 66 Creation Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' @@ -75,7 +75,7 @@ 74 01BB 01BC 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 01BD 01BE 0002 0D 00 Length 000D (13) -01BF 01BF 0001 07 Flags 07 (7) 'Modification Access Creation' +01BF 01BF 0001 07 Flags 07 (7) 'Modification & Access & Creation' 01C0 01C3 0004 74 32 1C 66 Modification Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' # # INFO: Offset 0x1C4: Extra Field 'Extended Timestamp [UT]' (ID 0x5455): Unexpected 'Access Time' present diff --git a/t/files/0027-bsdtar/encrypt-aes128/stdout-v--walk--scan b/t/files/0027-bsdtar/encrypt-aes128/stdout-v--walk--scan index deb608d..c4c8465 100644 --- a/t/files/0027-bsdtar/encrypt-aes128/stdout-v--walk--scan +++ b/t/files/0027-bsdtar/encrypt-aes128/stdout-v--walk--scan @@ -17,7 +17,7 @@ 74 0027 0028 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 002A 0002 0D 00 Length 000D (13) -002B 002B 0001 07 Flags 07 (7) 'Modification Access Creation' +002B 002B 0001 07 Flags 07 (7) 'Modification & Access & Creation' 002C 002F 0004 74 32 1C 66 Modification Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' 0030 0033 0004 A8 32 1C 66 Access Time 661C32A8 (1713124008) 'Sun Apr 14 19:46:48 2024' 0034 0037 0004 74 32 1C 66 Creation Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' @@ -72,7 +72,7 @@ 74 01BB 01BC 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 01BD 01BE 0002 0D 00 Length 000D (13) -01BF 01BF 0001 07 Flags 07 (7) 'Modification Access Creation' +01BF 01BF 0001 07 Flags 07 (7) 'Modification & Access & Creation' 01C0 01C3 0004 74 32 1C 66 Modification Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' # # INFO: Offset 0x1C4: Extra Field 'Extended Timestamp [UT]' (ID 0x5455): Unexpected 'Access Time' present diff --git a/t/files/0027-bsdtar/encrypt-aes256/stdout b/t/files/0027-bsdtar/encrypt-aes256/stdout index 6c5e3ad..2c31899 100644 --- a/t/files/0027-bsdtar/encrypt-aes256/stdout +++ b/t/files/0027-bsdtar/encrypt-aes256/stdout @@ -15,7 +15,7 @@ 001E Filename 'lorem.txt' 0027 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 Length 000D (13) -002B Flags 07 (7) 'Modification Access Creation' +002B Flags 07 (7) 'Modification & Access & Creation' 002C Modification Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' 0030 Access Time 661C32A8 (1713124008) 'Sun Apr 14 19:46:48 2024' 0034 Creation Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' @@ -68,7 +68,7 @@ 01BA Filename 'lorem.txt' 01C3 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 01C5 Length 000D (13) -01C7 Flags 07 (7) 'Modification Access Creation' +01C7 Flags 07 (7) 'Modification & Access & Creation' 01C8 Modification Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' # # INFO: Offset 0x1CC: Extra Field 'Extended Timestamp [UT]' (ID 0x5455): Unexpected 'Access Time' present diff --git a/t/files/0027-bsdtar/encrypt-aes256/stdout--walk--scan b/t/files/0027-bsdtar/encrypt-aes256/stdout--walk--scan index 750ba2f..ebfd614 100644 --- a/t/files/0027-bsdtar/encrypt-aes256/stdout--walk--scan +++ b/t/files/0027-bsdtar/encrypt-aes256/stdout--walk--scan @@ -15,7 +15,7 @@ 001E Filename 'lorem.txt' 0027 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 Length 000D (13) -002B Flags 07 (7) 'Modification Access Creation' +002B Flags 07 (7) 'Modification & Access & Creation' 002C Modification Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' 0030 Access Time 661C32A8 (1713124008) 'Sun Apr 14 19:46:48 2024' 0034 Creation Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' @@ -67,7 +67,7 @@ 01BA Filename 'lorem.txt' 01C3 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 01C5 Length 000D (13) -01C7 Flags 07 (7) 'Modification Access Creation' +01C7 Flags 07 (7) 'Modification & Access & Creation' 01C8 Modification Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' # # INFO: Offset 0x1CC: Extra Field 'Extended Timestamp [UT]' (ID 0x5455): Unexpected 'Access Time' present diff --git a/t/files/0027-bsdtar/encrypt-aes256/stdout-v b/t/files/0027-bsdtar/encrypt-aes256/stdout-v index 07c7c22..f82eae7 100644 --- a/t/files/0027-bsdtar/encrypt-aes256/stdout-v +++ b/t/files/0027-bsdtar/encrypt-aes256/stdout-v @@ -17,7 +17,7 @@ 74 0027 0028 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 002A 0002 0D 00 Length 000D (13) -002B 002B 0001 07 Flags 07 (7) 'Modification Access Creation' +002B 002B 0001 07 Flags 07 (7) 'Modification & Access & Creation' 002C 002F 0004 74 32 1C 66 Modification Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' 0030 0033 0004 A8 32 1C 66 Access Time 661C32A8 (1713124008) 'Sun Apr 14 19:46:48 2024' 0034 0037 0004 74 32 1C 66 Creation Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' @@ -77,7 +77,7 @@ 74 01C3 01C4 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 01C5 01C6 0002 0D 00 Length 000D (13) -01C7 01C7 0001 07 Flags 07 (7) 'Modification Access Creation' +01C7 01C7 0001 07 Flags 07 (7) 'Modification & Access & Creation' 01C8 01CB 0004 74 32 1C 66 Modification Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' # # INFO: Offset 0x1CC: Extra Field 'Extended Timestamp [UT]' (ID 0x5455): Unexpected 'Access Time' present diff --git a/t/files/0027-bsdtar/encrypt-aes256/stdout-v--walk--scan b/t/files/0027-bsdtar/encrypt-aes256/stdout-v--walk--scan index 0d1806e..1601f31 100644 --- a/t/files/0027-bsdtar/encrypt-aes256/stdout-v--walk--scan +++ b/t/files/0027-bsdtar/encrypt-aes256/stdout-v--walk--scan @@ -17,7 +17,7 @@ 74 0027 0028 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 002A 0002 0D 00 Length 000D (13) -002B 002B 0001 07 Flags 07 (7) 'Modification Access Creation' +002B 002B 0001 07 Flags 07 (7) 'Modification & Access & Creation' 002C 002F 0004 74 32 1C 66 Modification Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' 0030 0033 0004 A8 32 1C 66 Access Time 661C32A8 (1713124008) 'Sun Apr 14 19:46:48 2024' 0034 0037 0004 74 32 1C 66 Creation Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' @@ -74,7 +74,7 @@ 74 01C3 01C4 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 01C5 01C6 0002 0D 00 Length 000D (13) -01C7 01C7 0001 07 Flags 07 (7) 'Modification Access Creation' +01C7 01C7 0001 07 Flags 07 (7) 'Modification & Access & Creation' 01C8 01CB 0004 74 32 1C 66 Modification Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' # # INFO: Offset 0x1CC: Extra Field 'Extended Timestamp [UT]' (ID 0x5455): Unexpected 'Access Time' present diff --git a/t/files/0027-bsdtar/encrypt-zipcrypt/stdout b/t/files/0027-bsdtar/encrypt-zipcrypt/stdout index 7e54d55..4f81639 100644 --- a/t/files/0027-bsdtar/encrypt-zipcrypt/stdout +++ b/t/files/0027-bsdtar/encrypt-zipcrypt/stdout @@ -16,7 +16,7 @@ 001E Filename 'lorem.txt' 0027 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 Length 000D (13) -002B Flags 07 (7) 'Modification Access Creation' +002B Flags 07 (7) 'Modification & Access & Creation' 002C Modification Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' 0030 Access Time 661C32A8 (1713124008) 'Sun Apr 14 19:46:48 2024' 0034 Creation Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' @@ -61,7 +61,7 @@ 019F Filename 'lorem.txt' 01A8 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 01AA Length 000D (13) -01AC Flags 07 (7) 'Modification Access Creation' +01AC Flags 07 (7) 'Modification & Access & Creation' 01AD Modification Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' # # INFO: Offset 0x1B1: Extra Field 'Extended Timestamp [UT]' (ID 0x5455): Unexpected 'Access Time' present diff --git a/t/files/0027-bsdtar/encrypt-zipcrypt/stdout-v b/t/files/0027-bsdtar/encrypt-zipcrypt/stdout-v index d7efed8..8f75461 100644 --- a/t/files/0027-bsdtar/encrypt-zipcrypt/stdout-v +++ b/t/files/0027-bsdtar/encrypt-zipcrypt/stdout-v @@ -18,7 +18,7 @@ 74 0027 0028 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 002A 0002 0D 00 Length 000D (13) -002B 002B 0001 07 Flags 07 (7) 'Modification Access Creation' +002B 002B 0001 07 Flags 07 (7) 'Modification & Access & Creation' 002C 002F 0004 74 32 1C 66 Modification Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' 0030 0033 0004 A8 32 1C 66 Access Time 661C32A8 (1713124008) 'Sun Apr 14 19:46:48 2024' 0034 0037 0004 74 32 1C 66 Creation Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' @@ -65,7 +65,7 @@ 74 01A8 01A9 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 01AA 01AB 0002 0D 00 Length 000D (13) -01AC 01AC 0001 07 Flags 07 (7) 'Modification Access Creation' +01AC 01AC 0001 07 Flags 07 (7) 'Modification & Access & Creation' 01AD 01B0 0004 74 32 1C 66 Modification Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' # # INFO: Offset 0x1B1: Extra Field 'Extended Timestamp [UT]' (ID 0x5455): Unexpected 'Access Time' present diff --git a/t/files/0027-bsdtar/store/stdout b/t/files/0027-bsdtar/store/stdout index 3390557..9465afd 100644 --- a/t/files/0027-bsdtar/store/stdout +++ b/t/files/0027-bsdtar/store/stdout @@ -14,7 +14,7 @@ 001E Filename 'lorem.txt' 0027 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 Length 000D (13) -002B Flags 07 (7) 'Modification Access Creation' +002B Flags 07 (7) 'Modification & Access & Creation' 002C Modification Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' 0030 Access Time 661C32A8 (1713124008) 'Sun Apr 14 19:46:48 2024' 0034 Creation Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' @@ -57,7 +57,7 @@ 0243 Filename 'lorem.txt' 024C Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 024E Length 000D (13) -0250 Flags 07 (7) 'Modification Access Creation' +0250 Flags 07 (7) 'Modification & Access & Creation' 0251 Modification Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' # # INFO: Offset 0x255: Extra Field 'Extended Timestamp [UT]' (ID 0x5455): Unexpected 'Access Time' present diff --git a/t/files/0027-bsdtar/store/stdout-v b/t/files/0027-bsdtar/store/stdout-v index c486c25..38fae0b 100644 --- a/t/files/0027-bsdtar/store/stdout-v +++ b/t/files/0027-bsdtar/store/stdout-v @@ -16,7 +16,7 @@ 74 0027 0028 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0029 002A 0002 0D 00 Length 000D (13) -002B 002B 0001 07 Flags 07 (7) 'Modification Access Creation' +002B 002B 0001 07 Flags 07 (7) 'Modification & Access & Creation' 002C 002F 0004 74 32 1C 66 Modification Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' 0030 0033 0004 A8 32 1C 66 Access Time 661C32A8 (1713124008) 'Sun Apr 14 19:46:48 2024' 0034 0037 0004 74 32 1C 66 Creation Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' @@ -61,7 +61,7 @@ 74 024C 024D 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 024E 024F 0002 0D 00 Length 000D (13) -0250 0250 0001 07 Flags 07 (7) 'Modification Access Creation' +0250 0250 0001 07 Flags 07 (7) 'Modification & Access & Creation' 0251 0254 0004 74 32 1C 66 Modification Time 661C3274 (1713123956) 'Sun Apr 14 19:45:56 2024' # # INFO: Offset 0x255: Extra Field 'Extended Timestamp [UT]' (ID 0x5455): Unexpected 'Access Time' present diff --git a/t/files/0027-bsdtar/unicode/stdout b/t/files/0027-bsdtar/unicode/stdout index 8700b2e..c3bf6a4 100644 --- a/t/files/0027-bsdtar/unicode/stdout +++ b/t/files/0027-bsdtar/unicode/stdout @@ -16,7 +16,7 @@ 001E Filename 'Café' 0023 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0025 Length 000D (13) -0027 Flags 07 (7) 'Modification Access Creation' +0027 Flags 07 (7) 'Modification & Access & Creation' 0028 Modification Time 661C375E (1713125214) 'Sun Apr 14 20:06:54 2024' 002C Access Time 661C375E (1713125214) 'Sun Apr 14 20:06:54 2024' 0030 Creation Time 661C375E (1713125214) 'Sun Apr 14 20:06:54 2024' @@ -61,7 +61,7 @@ 018F Filename 'Café' 0194 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0196 Length 000D (13) -0198 Flags 07 (7) 'Modification Access Creation' +0198 Flags 07 (7) 'Modification & Access & Creation' 0199 Modification Time 661C375E (1713125214) 'Sun Apr 14 20:06:54 2024' # # INFO: Offset 0x19D: Extra Field 'Extended Timestamp [UT]' (ID 0x5455): Unexpected 'Access Time' present diff --git a/t/files/0027-bsdtar/unicode/stdout-v b/t/files/0027-bsdtar/unicode/stdout-v index 22cfb3f..832b010 100644 --- a/t/files/0027-bsdtar/unicode/stdout-v +++ b/t/files/0027-bsdtar/unicode/stdout-v @@ -17,7 +17,7 @@ A9 0023 0024 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0025 0026 0002 0D 00 Length 000D (13) -0027 0027 0001 07 Flags 07 (7) 'Modification Access Creation' +0027 0027 0001 07 Flags 07 (7) 'Modification & Access & Creation' 0028 002B 0004 5E 37 1C 66 Modification Time 661C375E (1713125214) 'Sun Apr 14 20:06:54 2024' 002C 002F 0004 5E 37 1C 66 Access Time 661C375E (1713125214) 'Sun Apr 14 20:06:54 2024' 0030 0033 0004 5E 37 1C 66 Creation Time 661C375E (1713125214) 'Sun Apr 14 20:06:54 2024' @@ -63,7 +63,7 @@ A9 0194 0195 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0196 0197 0002 0D 00 Length 000D (13) -0198 0198 0001 07 Flags 07 (7) 'Modification Access Creation' +0198 0198 0001 07 Flags 07 (7) 'Modification & Access & Creation' 0199 019C 0004 5E 37 1C 66 Modification Time 661C375E (1713125214) 'Sun Apr 14 20:06:54 2024' # # INFO: Offset 0x19D: Extra Field 'Extended Timestamp [UT]' (ID 0x5455): Unexpected 'Access Time' present diff --git a/t/files/0028-windows-symlinks/bsdtar/stdout b/t/files/0028-windows-symlinks/bsdtar/stdout index 9846980..c14ee22 100644 --- a/t/files/0028-windows-symlinks/bsdtar/stdout +++ b/t/files/0028-windows-symlinks/bsdtar/stdout @@ -20,7 +20,7 @@ 002E GID 00000000 (0) 0032 Extra ID #2 5455 (21589) 'Extended Timestamp [UT]' 0034 Length 000D (13) -0036 Flags 07 (7) 'Modification Access Creation' +0036 Flags 07 (7) 'Modification & Access & Creation' 0037 Modification Time 6987C319 (1770504985) 'Sat Feb 7 22:56:25 2026' 003B Access Time 6987C319 (1770504985) 'Sat Feb 7 22:56:25 2026' 003F Creation Time 6987C319 (1770504985) 'Sat Feb 7 22:56:25 2026' @@ -47,7 +47,7 @@ 0077 GID 00000000 (0) 007B Extra ID #2 5455 (21589) 'Extended Timestamp [UT]' 007D Length 000D (13) -007F Flags 07 (7) 'Modification Access Creation' +007F Flags 07 (7) 'Modification & Access & Creation' 0080 Modification Time 69874E9E (1770475166) 'Sat Feb 7 14:39:26 2026' 0084 Access Time 69874E9E (1770475166) 'Sat Feb 7 14:39:26 2026' 0088 Creation Time 69874E9E (1770475166) 'Sat Feb 7 14:39:26 2026' @@ -74,7 +74,7 @@ 00C4 GID 00000000 (0) 00C8 Extra ID #2 5455 (21589) 'Extended Timestamp [UT]' 00CA Length 000D (13) -00CC Flags 07 (7) 'Modification Access Creation' +00CC Flags 07 (7) 'Modification & Access & Creation' 00CD Modification Time 69874EA9 (1770475177) 'Sat Feb 7 14:39:37 2026' 00D1 Access Time 69874EA9 (1770475177) 'Sat Feb 7 14:39:37 2026' 00D5 Creation Time 69874EA9 (1770475177) 'Sat Feb 7 14:39:37 2026' diff --git a/t/files/0028-windows-symlinks/bsdtar/stdout-v b/t/files/0028-windows-symlinks/bsdtar/stdout-v index 2ffc0aa..8c090e7 100644 --- a/t/files/0028-windows-symlinks/bsdtar/stdout-v +++ b/t/files/0028-windows-symlinks/bsdtar/stdout-v @@ -21,7 +21,7 @@ 002E 0031 0004 00 00 00 00 GID 00000000 (0) 0032 0033 0002 55 54 Extra ID #2 5455 (21589) 'Extended Timestamp [UT]' 0034 0035 0002 0D 00 Length 000D (13) -0036 0036 0001 07 Flags 07 (7) 'Modification Access Creation' +0036 0036 0001 07 Flags 07 (7) 'Modification & Access & Creation' 0037 003A 0004 19 C3 87 69 Modification Time 6987C319 (1770504985) 'Sat Feb 7 22:56:25 2026' 003B 003E 0004 19 C3 87 69 Access Time 6987C319 (1770504985) 'Sat Feb 7 22:56:25 2026' 003F 0042 0004 19 C3 87 69 Creation Time 6987C319 (1770504985) 'Sat Feb 7 22:56:25 2026' @@ -50,7 +50,7 @@ 0077 007A 0004 00 00 00 00 GID 00000000 (0) 007B 007C 0002 55 54 Extra ID #2 5455 (21589) 'Extended Timestamp [UT]' 007D 007E 0002 0D 00 Length 000D (13) -007F 007F 0001 07 Flags 07 (7) 'Modification Access Creation' +007F 007F 0001 07 Flags 07 (7) 'Modification & Access & Creation' 0080 0083 0004 9E 4E 87 69 Modification Time 69874E9E (1770475166) 'Sat Feb 7 14:39:26 2026' 0084 0087 0004 9E 4E 87 69 Access Time 69874E9E (1770475166) 'Sat Feb 7 14:39:26 2026' 0088 008B 0004 9E 4E 87 69 Creation Time 69874E9E (1770475166) 'Sat Feb 7 14:39:26 2026' @@ -80,7 +80,7 @@ 00C4 00C7 0004 00 00 00 00 GID 00000000 (0) 00C8 00C9 0002 55 54 Extra ID #2 5455 (21589) 'Extended Timestamp [UT]' 00CA 00CB 0002 0D 00 Length 000D (13) -00CC 00CC 0001 07 Flags 07 (7) 'Modification Access Creation' +00CC 00CC 0001 07 Flags 07 (7) 'Modification & Access & Creation' 00CD 00D0 0004 A9 4E 87 69 Modification Time 69874EA9 (1770475177) 'Sat Feb 7 14:39:37 2026' 00D1 00D4 0004 A9 4E 87 69 Access Time 69874EA9 (1770475177) 'Sat Feb 7 14:39:37 2026' 00D5 00D8 0004 A9 4E 87 69 Creation Time 69874EA9 (1770475177) 'Sat Feb 7 14:39:37 2026' diff --git a/t/files/0028-windows-symlinks/infozip/stdout b/t/files/0028-windows-symlinks/infozip/stdout index 6a795a2..ccd061d 100644 --- a/t/files/0028-windows-symlinks/infozip/stdout +++ b/t/files/0028-windows-symlinks/infozip/stdout @@ -25,7 +25,7 @@ A1 00 62 0B 88 40 C4 19 21 E2 42 40 02 00 0080 Extra ID #2 5455 (21589) 'Extended Timestamp [UT]' 0082 Length 000D (13) -0084 Flags 07 (7) 'Modification Access Creation' +0084 Flags 07 (7) 'Modification & Access & Creation' 0085 Modification Time 69874E20 (1770475040) 'Sat Feb 7 14:37:20 2026' 0089 Access Time 69874E20 (1770475040) 'Sat Feb 7 14:37:20 2026' 008D Creation Time 69874E20 (1770475040) 'Sat Feb 7 14:37:20 2026' @@ -57,7 +57,7 @@ A1 00 62 0B 8B 40 C4 19 21 E2 42 40 02 00 011B Extra ID #2 5455 (21589) 'Extended Timestamp [UT]' 011D Length 000D (13) -011F Flags 07 (7) 'Modification Access Creation' +011F Flags 07 (7) 'Modification & Access & Creation' 0120 Modification Time 69874EA9 (1770475177) 'Sat Feb 7 14:39:37 2026' 0124 Access Time 69874EA9 (1770475177) 'Sat Feb 7 14:39:37 2026' 0128 Creation Time 69874EA9 (1770475177) 'Sat Feb 7 14:39:37 2026' @@ -77,7 +77,7 @@ 014A Filename 'linkd/' 0150 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0152 Length 000D (13) -0154 Flags 07 (7) 'Modification Access Creation' +0154 Flags 07 (7) 'Modification & Access & Creation' 0155 Modification Time 12CEA600 (315532800) 'Tue Jan 1 00:00:00 1980' 0159 Access Time 12CEA600 (315532800) 'Tue Jan 1 00:00:00 1980' 015D Creation Time 12CEA600 (315532800) 'Tue Jan 1 00:00:00 1980' @@ -112,7 +112,7 @@ 019E Uncompressed Size 000000A4 (164) 01A2 Extra ID #2 5455 (21589) 'Extended Timestamp [UT]' 01A4 Length 0005 (5) -01A6 Flags 07 (7) 'Modification Access Creation' +01A6 Flags 07 (7) 'Modification & Access & Creation' 01A7 Modification Time 69874E20 (1770475040) 'Sat Feb 7 14:37:20 2026' 01AB CENTRAL HEADER #2 02014B50 (33639248) @@ -142,7 +142,7 @@ 01E6 Uncompressed Size 000000A4 (164) 01EA Extra ID #2 5455 (21589) 'Extended Timestamp [UT]' 01EC Length 0005 (5) -01EE Flags 07 (7) 'Modification Access Creation' +01EE Flags 07 (7) 'Modification & Access & Creation' 01EF Modification Time 69874EA9 (1770475177) 'Sat Feb 7 14:39:37 2026' 01F3 CENTRAL HEADER #3 02014B50 (33639248) @@ -171,7 +171,7 @@ 0221 Filename 'linkd/' 0227 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0229 Length 0005 (5) -022B Flags 07 (7) 'Modification Access Creation' +022B Flags 07 (7) 'Modification & Access & Creation' 022C Modification Time 12CEA600 (315532800) 'Tue Jan 1 00:00:00 1980' 0230 END CENTRAL HEADER 06054B50 (101010256) diff --git a/t/files/0028-windows-symlinks/infozip/stdout-v b/t/files/0028-windows-symlinks/infozip/stdout-v index be018c3..76c9e56 100644 --- a/t/files/0028-windows-symlinks/infozip/stdout-v +++ b/t/files/0028-windows-symlinks/infozip/stdout-v @@ -41,7 +41,7 @@ 02 00 0080 0081 0002 55 54 Extra ID #2 5455 (21589) 'Extended Timestamp [UT]' 0082 0083 0002 0D 00 Length 000D (13) -0084 0084 0001 07 Flags 07 (7) 'Modification Access Creation' +0084 0084 0001 07 Flags 07 (7) 'Modification & Access & Creation' 0085 0088 0004 20 4E 87 69 Modification Time 69874E20 (1770475040) 'Sat Feb 7 14:37:20 2026' 0089 008C 0004 20 4E 87 69 Access Time 69874E20 (1770475040) 'Sat Feb 7 14:37:20 2026' 008D 0090 0004 20 4E 87 69 Creation Time 69874E20 (1770475040) 'Sat Feb 7 14:37:20 2026' @@ -91,7 +91,7 @@ 02 00 011B 011C 0002 55 54 Extra ID #2 5455 (21589) 'Extended Timestamp [UT]' 011D 011E 0002 0D 00 Length 000D (13) -011F 011F 0001 07 Flags 07 (7) 'Modification Access Creation' +011F 011F 0001 07 Flags 07 (7) 'Modification & Access & Creation' 0120 0123 0004 A9 4E 87 69 Modification Time 69874EA9 (1770475177) 'Sat Feb 7 14:39:37 2026' 0124 0127 0004 A9 4E 87 69 Access Time 69874EA9 (1770475177) 'Sat Feb 7 14:39:37 2026' 0128 012B 0004 A9 4E 87 69 Creation Time 69874EA9 (1770475177) 'Sat Feb 7 14:39:37 2026' @@ -112,7 +112,7 @@ 64 2F 0150 0151 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0152 0153 0002 0D 00 Length 000D (13) -0154 0154 0001 07 Flags 07 (7) 'Modification Access Creation' +0154 0154 0001 07 Flags 07 (7) 'Modification & Access & Creation' 0155 0158 0004 00 A6 CE 12 Modification Time 12CEA600 (315532800) 'Tue Jan 1 00:00:00 1980' 0159 015C 0004 00 A6 CE 12 Access Time 12CEA600 (315532800) 'Tue Jan 1 00:00:00 1980' 015D 0160 0004 00 A6 CE 12 Creation Time 12CEA600 (315532800) 'Tue Jan 1 00:00:00 1980' @@ -149,7 +149,7 @@ 019E 01A1 0004 A4 00 00 00 Uncompressed Size 000000A4 (164) 01A2 01A3 0002 55 54 Extra ID #2 5455 (21589) 'Extended Timestamp [UT]' 01A4 01A5 0002 05 00 Length 0005 (5) -01A6 01A6 0001 07 Flags 07 (7) 'Modification Access Creation' +01A6 01A6 0001 07 Flags 07 (7) 'Modification & Access & Creation' 01A7 01AA 0004 20 4E 87 69 Modification Time 69874E20 (1770475040) 'Sat Feb 7 14:37:20 2026' 01AB 01AE 0004 50 4B 01 02 CENTRAL HEADER #2 02014B50 (33639248) @@ -181,7 +181,7 @@ 01E6 01E9 0004 A4 00 00 00 Uncompressed Size 000000A4 (164) 01EA 01EB 0002 55 54 Extra ID #2 5455 (21589) 'Extended Timestamp [UT]' 01EC 01ED 0002 05 00 Length 0005 (5) -01EE 01EE 0001 07 Flags 07 (7) 'Modification Access Creation' +01EE 01EE 0001 07 Flags 07 (7) 'Modification & Access & Creation' 01EF 01F2 0004 A9 4E 87 69 Modification Time 69874EA9 (1770475177) 'Sat Feb 7 14:39:37 2026' 01F3 01F6 0004 50 4B 01 02 CENTRAL HEADER #3 02014B50 (33639248) @@ -211,7 +211,7 @@ 64 2F 0227 0228 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 0229 022A 0002 05 00 Length 0005 (5) -022B 022B 0001 07 Flags 07 (7) 'Modification Access Creation' +022B 022B 0001 07 Flags 07 (7) 'Modification & Access & Creation' 022C 022F 0004 00 A6 CE 12 Modification Time 12CEA600 (315532800) 'Tue Jan 1 00:00:00 1980' 0230 0233 0004 50 4B 05 06 END CENTRAL HEADER 06054B50 (101010256) From 4ade92b5ec7365afc8f5fb8e86c0457cce566a11 Mon Sep 17 00:00:00 2001 From: n4n5 Date: Sat, 7 Mar 2026 10:07:25 -0700 Subject: [PATCH 3/3] fix more tests --- .../badly-formed/extras/0x5455-UT/change-truncated/stdout | 2 +- .../badly-formed/extras/0x5455-UT/change-truncated/stdout-v | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/t/files/0000-errors/badly-formed/extras/0x5455-UT/change-truncated/stdout b/t/files/0000-errors/badly-formed/extras/0x5455-UT/change-truncated/stdout index ec75a92..1bcf710 100644 --- a/t/files/0000-errors/badly-formed/extras/0x5455-UT/change-truncated/stdout +++ b/t/files/0000-errors/badly-formed/extras/0x5455-UT/change-truncated/stdout @@ -45,7 +45,7 @@ 0061 Filename 'filename' 0069 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 006B Length 0004 (4) -006D Flags 05 (5) 'Modification Creation' +006D Flags 05 (5) 'Modification & Creation' 006E Extra Data abc # # ERROR: Offset 0x6E: Extra Field 'Extended Timestamp [UT]' (ID 0x5455): Truncated reading 'Modification Time' diff --git a/t/files/0000-errors/badly-formed/extras/0x5455-UT/change-truncated/stdout-v b/t/files/0000-errors/badly-formed/extras/0x5455-UT/change-truncated/stdout-v index f6924a3..d036322 100644 --- a/t/files/0000-errors/badly-formed/extras/0x5455-UT/change-truncated/stdout-v +++ b/t/files/0000-errors/badly-formed/extras/0x5455-UT/change-truncated/stdout-v @@ -48,7 +48,7 @@ 6E 61 6D 65 0069 006A 0002 55 54 Extra ID #1 5455 (21589) 'Extended Timestamp [UT]' 006B 006C 0002 04 00 Length 0004 (4) -006D 006D 0001 05 Flags 05 (5) 'Modification Creation' +006D 006D 0001 05 Flags 05 (5) 'Modification & Creation' 006E 0070 0003 61 62 63 Extra Data abc # # ERROR: Offset 0x6E: Extra Field 'Extended Timestamp [UT]' (ID 0x5455): Truncated reading 'Modification Time'