Modification of the GZCLP program, with slightly different set x rep schemes and progressions (maybe for somebody who doesn't like 10x1 sets :)).
Based on a popular set of elaborate spreadsheets created by a Reddit user /u/blacknoir.
It contains example exercises from both Default GZCLP, Modified GZCLP and Advanced, making it easy to mix and match various types of T1/T2/T3 exercises and craft a weightlifting program for your needs.
How is GZCLP Blacknoir different from regular GZCLP?
The Blacknoir version uses different set and rep schemes and progressions compared to standard GZCLP. The most notable change is avoiding the 10x1 stage that some lifters dislike. It also includes Default, Modified, and Advanced exercise templates you can mix and match.
Is GZCLP Blacknoir good for beginners?
Yes, like standard GZCLP it's designed for beginner to early intermediate lifters. It uses the same GZCL tier system (T1/T2/T3) but with modified progression schemes that some lifters find more enjoyable. You should have a few months of training experience before starting.
How many days a week is GZCLP Blacknoir?
GZCLP Blacknoir is a 3-day program. You rotate through workouts on non-consecutive days, typically Monday/Wednesday/Friday, just like standard GZCLP.
Can I customize exercises in GZCLP Blacknoir?
Yes, the program includes exercise templates from Default, Modified, and Advanced GZCLP configurations. You can swap T2 and T3 exercises to match your equipment and goals while keeping the progression logic intact.
What should I run after GZCLP Blacknoir?
Once you can no longer make linear progress (adding weight each session), move to an intermediate GZCL program like The Rippler for strength or Jacked & Tan 2.0 for hypertrophy. Both use periodized progression instead of linear.
~45-60 min per workout
3x/week, 3 exercises per day
Barbell, Cable
Total Sets: 44
Strength Sets: 12, 27%
Hypertrophy Sets: 32, 73%
Upper Sets:30 (6s, 24h), 4d
Lower Sets:14 (6s, 8h), 4d
Core Sets:0
Push Sets:14 (6s, 8h), 4d
Pull Sets:23 (3s, 20h), 4d
Legs Sets:7 (3s, 4h), 2d
Shoulders:19↓ (5s, 14h), 4d
Triceps:7↑ (3s, 4h), 4d
Back:20↓ (2s, 18h), 4d
Abs:0↑
Glutes:11 (5s, 6h), 4d
Hamstrings:7↑ (3s, 4h), 4d
Quadriceps:11 (5s, 6h), 4d
Chest:15↓ (5s, 10h), 4d
Biceps:8↑ (8h), 4d
Calves:7↑ (3s, 4h), 4d
Forearms:8↑ (8h), 4d
Day 1
Squat
Barbell
2 × 5 × 100lb
5+ × 100lb
T1. It starts with 85% of 5RM (or approximately 75% or 1RM).
You can adjust your 1RM by clicking the edit icon, and setting the 1 Rep Max value.
There's the RM calculator there to help find it out if you don't know it
Bench Press
Barbell
4 × 8 × 72.5lb
T2. Start with 55% of 1RM.
You can adjust your 1RM by clicking the edit icon, and setting the 1 Rep Max value.
There's the RM calculator there to help find it out if you don't know it
Lat Pulldown
Cable
3 × 12 × 40lb
12+ × 40lb
T3.
Day 2
Overhead Press
Barbell
2 × 5 × 55lb
5+ × 55lb
T1. It starts with 85% of 5RM (or approximately 75% or 1RM).
You can adjust your 1RM by clicking the edit icon, and setting the 1 Rep Max value.
There's the RM calculator there to help find it out if you don't know it
Deadlift
Barbell
4 × 8 × 100lb
T2. Start with 55% of 1RM.
You can adjust your 1RM by clicking the edit icon, and setting the 1 Rep Max value.
There's the RM calculator there to help find it out if you don't know it
Bent Over Row
Barbell
3 × 12 × 55lb
12+ × 55lb
T3.
Day 3
Bench Press
Barbell
2 × 5 × 100lb
5+ × 100lb
T1. It starts with 85% of 5RM (or approximately 75% or 1RM).
You can adjust your 1RM by clicking the edit icon, and setting the 1 Rep Max value.
There's the RM calculator there to help find it out if you don't know it
Squat
Barbell
4 × 8 × 72.5lb
T2. Start with 55% of 1RM.
You can adjust your 1RM by clicking the edit icon, and setting the 1 Rep Max value.
There's the RM calculator there to help find it out if you don't know it
Lat Pulldown
Cable
3 × 12 × 40lb
12+ × 40lb
T3.
Day 4
Deadlift
Barbell
2 × 5 × 137.5lb
5+ × 137.5lb
T1. It starts with 85% of 5RM (or approximately 75% or 1RM).
You can adjust your 1RM by clicking the edit icon, and setting the 1 Rep Max value.
There's the RM calculator there to help find it out if you don't know it
Overhead Press
Barbell
4 × 8 × 45lb
T2. Start with 55% of 1RM.
You can adjust your 1RM by clicking the edit icon, and setting the 1 Rep Max value.
There's the RM calculator there to help find it out if you don't know it
Bent Over Row
Barbell
3 × 12 × 55lb
12+ × 55lb
T3.
# Week 1
## Day 1
// ...t1_modified
t1: Squat / ...t1_modified
// ...t2_modified
t2: Bench Press / ...t2_modified
// ...t3_modified
t3: Lat Pulldown / ...t3_modified
## Day 2
// ...t1_modified
t1: Overhead Press / ...t1_modified /progress: custom(increase: 5lb) { ...t1_modified }
// ...t2_modified
t2: Deadlift / ...t2_modified /progress: custom(stage1weight: 0lb, increase: 10lb, stage3increase: 15lb) { ...t2_modified }
// ...t3_modified
t3: Bent Over Row / ...t3_modified
## Day 3
// ...t1_modified
t1: Bench Press / ...t1_modified /progress: custom(increase: 5lb) { ...t1_modified }
// ...t2_modified
t2: Squat / ...t2_modified /progress: custom(stage1weight: 0lb, increase: 10lb, stage3increase: 15lb) { ...t2_modified }
// ...t3_modified
t3: Lat Pulldown / ...t3_modified
## Day 4
// ...t1_modified
t1: Deadlift / ...t1_modified
// ...t2_modified
t2: Overhead Press / ...t2_modified
// ...t3_modified
t3: Bent Over Row / ...t3_modified
// **T1**. It starts with **85% of 5RM** (or approximately **75% or 1RM**).
// You can adjust your 1RM by clicking the **edit** icon, and setting the **1 Rep Max** value.
// There's the RM calculator there to help find it out if you don't know it
// **T1**.
// **T1**. Retest week, you may skip warmups. Find your new 5RM (5 rep max), as follows
// * Start with the bar, do 5 reps.
// * Throw on some more weight, do 5 reps.
// * Repeat, when the bar starts to get heavy, make smaller jumps.
// * When you finally get to a set that is hard, but you do it - take that number, and enter into "5RM Test" set weight
// * Mark it completed!
t1_modified /used: none/2x5, 1x5+/3x3, 1x3+/4x2, 1x2+/1x5 (5RM Test) /75%/progress: custom(increase: 10lb) {~
if (descriptionIndex == 1) {
descriptionIndex = 2
}
if (setVariationIndex == 4) {
descriptionIndex = 2setVariationIndex = 1weights = completedWeights[1] * 0.85rm1 = completedWeights[1] / rpeMultiplier(5, 10)
} else if (completedReps >= reps) {
weights = completedWeights[ns] + state.increase
} else if (setVariationIndex == 3) {
descriptionIndex = 3setVariationIndex += 1
} else {
setVariationIndex += 1
}
~}
// **T2**. Start with **55% of 1RM**.
// You can adjust your 1RM by clicking the **edit** icon, and setting the **1 Rep Max** value.
// There's the RM calculator there to help find it out if you don't know it
// **T2**.
t2_modified /used: none/4x8/4x6/4x4/55%/progress: custom(stage1weight: 0lb, increase: 5lb, stage3increase: 10lb) {~
if (descriptionIndex == 1) {
descriptionIndex = 2
}
if (completedReps >= reps) {
weights = completedWeights[ns] + state.increase
} else if (setVariationIndex == 1) {
state.stage1weight = completedWeights[ns]
setVariationIndex += 1
} else if (setVariationIndex == 2) {
setVariationIndex += 1
} else {
setVariationIndex = 1weights = state.stage1weight + state.stage3increase
}
~}
// **T3**.
t3_modified /used: none/3x12, 1x12+/60%90s/progress: custom() {~
if (completedReps[ns] >= 18) {
weights = completedWeights[ns] + 5lb
}
~}
/// Other variations of T1 and T3:
/// To use them, reuse those templates in your other exercises.
t1_advanced /used: none/4x5, 1x5+/2x5, 1x5+/2x3, 1x3+/1x5 (5RM Test) /75%/progress: custom(increase: 5lb) {~
if (descriptionIndex == 1) {
descriptionIndex = 2
}
if (setVariationIndex == 4) {
descriptionIndex = 2setVariationIndex = 1weights = completedWeights[1] * 0.85rm1 = completedWeights[1] / rpeMultiplier(5, 10)
} else if (completedReps >= reps) {
weights = completedWeights[ns] + state.increase
} else if (setVariationIndex == 3) {
descriptionIndex = 3setVariationIndex += 1
} else {
setVariationIndex += 1
}
~}
t3_linear /used: none/3x15/3x12/3x8/60%90s/progress: custom(stage1weight: 0lb, increase: 5lb, stage3increase: 10lb) {~
if (completedReps >= reps) {
weights = completedWeights[ns] + state.increase
} else if (setVariationIndex == 1) {
state.stage1weight = completedWeights[ns]
setVariationIndex += 1
} else if (setVariationIndex == 2) {
setVariationIndex += 1
} else {
setVariationIndex = 1weights = state.stage1weight + state.stage3increase
}
~}
Enter reps and weight for each set, then tap the checkmark to complete it. Finish the workout day and see how the program adjusts weights, reps, and sets for next time.
Day 1
Squat, Barbell
Equipment: Barbell
T1. It starts with 85% of 5RM (or approximately 75% or 1RM).
You can adjust your 1RM by clicking the edit icon, and setting the 1 Rep Max value.
There's the RM calculator there to help find it out if you don't know it
Set
Reps
lb
W
Warmup
5 × 50lb
5
×
50
W
Warmup
5 × 80lb
5
×
80
1
5 × 75%100lb
5
×
100
2
5 × 75%100lb
5
×
100
3
5+ × 75%100lb
5+
×
100
Day 2
Overhead Press, Barbell
Equipment: Barbell
T1. It starts with 85% of 5RM (or approximately 75% or 1RM).
You can adjust your 1RM by clicking the edit icon, and setting the 1 Rep Max value.
There's the RM calculator there to help find it out if you don't know it
Set
Reps
lb
W
Warmup
5 × 45lb
5
×
45
1
5 × 75%55lb
5
×
55
2
5 × 75%55lb
5
×
55
3
5+ × 75%55lb
5+
×
55
Day 3
Bench Press, Barbell
Equipment: Barbell
T1. It starts with 85% of 5RM (or approximately 75% or 1RM).
You can adjust your 1RM by clicking the edit icon, and setting the 1 Rep Max value.
There's the RM calculator there to help find it out if you don't know it
Set
Reps
lb
W
Warmup
5 × 50lb
5
×
50
W
Warmup
5 × 80lb
5
×
80
1
5 × 75%100lb
5
×
100
2
5 × 75%100lb
5
×
100
3
5+ × 75%100lb
5+
×
100
Day 4
Deadlift, Barbell
Equipment: Barbell
T1. It starts with 85% of 5RM (or approximately 75% or 1RM).
You can adjust your 1RM by clicking the edit icon, and setting the 1 Rep Max value.
There's the RM calculator there to help find it out if you don't know it
Set
Reps
lb
W
Warmup
5 × 67.5lb
5
×
67.5
W
Warmup
5 × 110lb
5
×
110
1
5 × 75%137.5lb
5
×
137.5
2
5 × 75%137.5lb
5
×
137.5
3
5+ × 75%137.5lb
5+
×
137.5
You can use this program on Liftosaur - a weightlifting tracker app!
Log your workouts there, and have a history of all your workouts on your phone
It will automatically update weights, reps and sets for you from workout to workout - according to the program logic
And you can customize the programs in any way, change exercises, the exercise logic, sets/reps/weights, etc.
{"program":{"vtype":"program","id":"gzclp-blacknoir","name":"GZCLP: Blacknoir version","url":"https://www.reddit.com/r/gzcl/comments/1207bs7/announce_as_requested_single_spreadsheet_versions/","author":"/u/blacknoir","shortDescription":"Variation of GZCLP from Reddit user u/blacknoir","description":"Modification of the GZCLP program, with slightly different set x rep schemes and progressions (maybe for somebody who doesn't like 10x1 sets :)).\nBased on a popular set of elaborate spreadsheets created by a Reddit user **/u/blacknoir.**\n\nIt contains example exercises from both **Default** GZCLP, **Modified** GZCLP and **Advanced**, making it easy to mix and match various types of T1/T2/T3 exercises and craft a weightlifting program for your needs.\n\n<!-- faq -->\n\n### How is GZCLP Blacknoir different from regular GZCLP?\n\nThe Blacknoir version uses different set and rep schemes and progressions compared to standard GZCLP. The most notable change is avoiding the 10x1 stage that some lifters dislike. It also includes Default, Modified, and Advanced exercise templates you can mix and match.\n\n### Is GZCLP Blacknoir good for beginners?\n\nYes, like standard GZCLP it's designed for beginner to early intermediate lifters. It uses the same GZCL tier system (T1/T2/T3) but with modified progression schemes that some lifters find more enjoyable. You should have a few months of training experience before starting.\n\n### How many days a week is GZCLP Blacknoir?\n\nGZCLP Blacknoir is a 3-day program. You rotate through workouts on non-consecutive days, typically Monday/Wednesday/Friday, just like standard GZCLP.\n\n### Can I customize exercises in GZCLP Blacknoir?\n\nYes, the program includes exercise templates from Default, Modified, and Advanced GZCLP configurations. You can swap T2 and T3 exercises to match your equipment and goals while keeping the progression logic intact.\n\n### What should I run after GZCLP Blacknoir?\n\nOnce you can no longer make linear progress (adding weight each session), move to an intermediate GZCL program like [The Rippler](/programs/gzcl-the-rippler) for strength or [Jacked & Tan 2.0](/programs/gzcl-jacked-and-tan-2) for hypertrophy. Both use periodized progression instead of linear.","nextDay":1,"weeks":[],"isMultiweek":true,"days":[{"id":"keuwqmxw","name":"Day 1","exercises":[]}],"exercises":[],"tags":[],"deletedDays":[],"deletedWeeks":[],"deletedExercises":[],"clonedAt":1774308130731,"planner":{"vtype":"planner","name":"GZCLP: Blacknoir version","weeks":[{"name":"Week 1","days":[{"name":"Day 1","exerciseText":"// ...t1_modified\nt1: Squat / ...t1_modified\n\n// ...t2_modified\nt2: Bench Press / ...t2_modified\n\n// ...t3_modified\nt3: Lat Pulldown / ...t3_modified"},{"name":"Day 2","exerciseText":"// ...t1_modified\nt1: Overhead Press / ...t1_modified / progress: custom(increase: 5lb) { ...t1_modified }\n\n// ...t2_modified\nt2: Deadlift / ...t2_modified / progress: custom(stage1weight: 0lb, increase: 10lb, stage3increase: 15lb) { ...t2_modified }\n\n// ...t3_modified\nt3: Bent Over Row / ...t3_modified"},{"name":"Day 3","exerciseText":"// ...t1_modified\nt1: Bench Press / ...t1_modified / progress: custom(increase: 5lb) { ...t1_modified }\n\n// ...t2_modified\nt2: Squat / ...t2_modified / progress: custom(stage1weight: 0lb, increase: 10lb, stage3increase: 15lb) { ...t2_modified }\n\n// ...t3_modified\nt3: Lat Pulldown / ...t3_modified"},{"name":"Day 4","exerciseText":"// ...t1_modified\nt1: Deadlift / ...t1_modified\n\n// ...t2_modified\nt2: Overhead Press / ...t2_modified\n\n// ...t3_modified\nt3: Bent Over Row / ...t3_modified\n\n// **T1**. It starts with **85% of 5RM** (or approximately **75% or 1RM**).\n// You can adjust your 1RM by clicking the **edit** icon, and setting the **1 Rep Max** value.\n// There's the RM calculator there to help find it out if you don't know it\n\n// **T1**.\n\n// **T1**. Retest week, you may skip warmups. Find your new 5RM (5 rep max), as follows\n// * Start with the bar, do 5 reps.\n// * Throw on some more weight, do 5 reps.\n// * Repeat, when the bar starts to get heavy, make smaller jumps.\n// * When you finally get to a set that is hard, but you do it - take that number, and enter into \"5RM Test\" set weight\n// * Mark it completed!\nt1_modified / used: none / 2x5, 1x5+ / 3x3, 1x3+ / 4x2, 1x2+ / 1x5 (5RM Test) / 75% / progress: custom(increase: 10lb) {~\n if (descriptionIndex == 1) {\n descriptionIndex = 2\n }\n if (setVariationIndex == 4) {\n descriptionIndex = 2\n setVariationIndex = 1\n weights = completedWeights[1] * 0.85\n rm1 = completedWeights[1] / rpeMultiplier(5, 10)\n } else if (completedReps >= reps) {\n weights = completedWeights[ns] + state.increase\n } else if (setVariationIndex == 3) {\n descriptionIndex = 3\n setVariationIndex += 1\n } else {\n setVariationIndex += 1\n }\n~}\n\n// **T2**. Start with **55% of 1RM**.\n// You can adjust your 1RM by clicking the **edit** icon, and setting the **1 Rep Max** value.\n// There's the RM calculator there to help find it out if you don't know it\n\n// **T2**.\nt2_modified / used: none / 4x8 / 4x6 / 4x4 / 55% / progress: custom(stage1weight: 0lb, increase: 5lb, stage3increase: 10lb) {~\n if (descriptionIndex == 1) {\n descriptionIndex = 2\n }\n if (completedReps >= reps) {\n weights = completedWeights[ns] + state.increase\n } else if (setVariationIndex == 1) {\n state.stage1weight = completedWeights[ns]\n setVariationIndex += 1\n } else if (setVariationIndex == 2) {\n setVariationIndex += 1\n } else {\n setVariationIndex = 1\n weights = state.stage1weight + state.stage3increase\n }\n~}\n\n// **T3**.\nt3_modified / used: none / 3x12, 1x12+ / 60% 90s / progress: custom() {~\n if (completedReps[ns] >= 18) {\n weights = completedWeights[ns] + 5lb\n }\n~}\n\n/// Other variations of T1 and T3:\n/// To use them, reuse those templates in your other exercises.\nt1_advanced / used: none / 4x5, 1x5+ / 2x5, 1x5+ / 2x3, 1x3+ / 1x5 (5RM Test) / 75% / progress: custom(increase: 5lb) {~\n if (descriptionIndex == 1) {\n descriptionIndex = 2\n }\n if (setVariationIndex == 4) {\n descriptionIndex = 2\n setVariationIndex = 1\n weights = completedWeights[1] * 0.85\n rm1 = completedWeights[1] / rpeMultiplier(5, 10)\n } else if (completedReps >= reps) {\n weights = completedWeights[ns] + state.increase\n } else if (setVariationIndex == 3) {\n descriptionIndex = 3\n setVariationIndex += 1\n } else {\n setVariationIndex += 1\n }\n~}\n\n\nt3_linear / used: none / 3x15 / 3x12 / 3x8 / 60% 90s / progress: custom(stage1weight: 0lb, increase: 5lb, stage3increase: 10lb) {~\n if (completedReps >= reps) {\n weights = completedWeights[ns] + state.increase\n } else if (setVariationIndex == 1) {\n state.stage1weight = completedWeights[ns]\n setVariationIndex += 1\n } else if (setVariationIndex == 2) {\n setVariationIndex += 1\n } else {\n setVariationIndex = 1\n weights = state.stage1weight + state.stage3increase\n }\n~}"}]}]}},"fullDescription":"Modification of the GZCLP program, with slightly different set x rep schemes and progressions (maybe for somebody who doesn't like 10x1 sets :)).\nBased on a popular set of elaborate spreadsheets created by a Reddit user **/u/blacknoir.**\n\nIt contains example exercises from both **Default** GZCLP, **Modified** GZCLP and **Advanced**, making it easy to mix and match various types of T1/T2/T3 exercises and craft a weightlifting program for your needs.\n\n<!-- faq -->\n\n### How is GZCLP Blacknoir different from regular GZCLP?\n\nThe Blacknoir version uses different set and rep schemes and progressions compared to standard GZCLP. The most notable change is avoiding the 10x1 stage that some lifters dislike. It also includes Default, Modified, and Advanced exercise templates you can mix and match.\n\n### Is GZCLP Blacknoir good for beginners?\n\nYes, like standard GZCLP it's designed for beginner to early intermediate lifters. It uses the same GZCL tier system (T1/T2/T3) but with modified progression schemes that some lifters find more enjoyable. You should have a few months of training experience before starting.\n\n### How many days a week is GZCLP Blacknoir?\n\nGZCLP Blacknoir is a 3-day program. You rotate through workouts on non-consecutive days, typically Monday/Wednesday/Friday, just like standard GZCLP.\n\n### Can I customize exercises in GZCLP Blacknoir?\n\nYes, the program includes exercise templates from Default, Modified, and Advanced GZCLP configurations. You can swap T2 and T3 exercises to match your equipment and goals while keeping the progression logic intact.\n\n### What should I run after GZCLP Blacknoir?\n\nOnce you can no longer make linear progress (adding weight each session), move to an intermediate GZCL program like [The Rippler](/programs/gzcl-the-rippler) for strength or [Jacked & Tan 2.0](/programs/gzcl-jacked-and-tan-2) for hypertrophy. Both use periodized progression instead of linear.","userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148","indexEntry":{"id":"gzclp-blacknoir","name":"GZCLP: Blacknoir version","author":"/u/blacknoir","authorUrl":"","url":"https://www.reddit.com/r/gzcl/comments/1207bs7/announce_as_requested_single_spreadsheet_versions/","shortDescription":"Variation of GZCLP from Reddit user u/blacknoir","description":"Modification of the GZCLP program, with slightly different set x rep schemes and progressions (maybe for somebody who doesn't like 10x1 sets :)).\nBased on a popular set of elaborate spreadsheets created by a Reddit user **/u/blacknoir.**\n\nIt contains example exercises from both **Default** GZCLP, **Modified** GZCLP and **Advanced**, making it easy to mix and match various types of T1/T2/T3 exercises and craft a weightlifting program for your needs.\n\n<!-- faq -->\n\n### How is GZCLP Blacknoir different from regular GZCLP?\n\nThe Blacknoir version uses different set and rep schemes and progressions compared to standard GZCLP. The most notable change is avoiding the 10x1 stage that some lifters dislike. It also includes Default, Modified, and Advanced exercise templates you can mix and match.\n\n### Is GZCLP Blacknoir good for beginners?\n\nYes, like standard GZCLP it's designed for beginner to early intermediate lifters. It uses the same GZCL tier system (T1/T2/T3) but with modified progression schemes that some lifters find more enjoyable. You should have a few months of training experience before starting.\n\n### How many days a week is GZCLP Blacknoir?\n\nGZCLP Blacknoir is a 3-day program. You rotate through workouts on non-consecutive days, typically Monday/Wednesday/Friday, just like standard GZCLP.\n\n### Can I customize exercises in GZCLP Blacknoir?\n\nYes, the program includes exercise templates from Default, Modified, and Advanced GZCLP configurations. You can swap T2 and T3 exercises to match your equipment and goals while keeping the progression logic intact.\n\n### What should I run after GZCLP Blacknoir?\n\nOnce you can no longer make linear progress (adding weight each session), move to an intermediate GZCL program like [The Rippler](/programs/gzcl-the-rippler) for strength or [Jacked & Tan 2.0](/programs/gzcl-jacked-and-tan-2) for hypertrophy. Both use periodized progression instead of linear.","isMultiweek":true,"tags":[],"weeksCount":1,"exercises":[{"id":"squat","equipment":"barbell"},{"id":"benchPress","equipment":"barbell"},{"id":"latPulldown","equipment":"cable"},{"id":"overheadPress","equipment":"barbell"},{"id":"deadlift","equipment":"barbell"},{"id":"bentOverRow","equipment":"barbell"}],"equipment":["barbell","cable"],"exercisesRange":[3,3],"frequency":3,"age":"3_to_12_months","duration":"45-60","goal":"strength","datePublished":"2026-02-16T11:41:41-06:00","dateModified":"2026-02-22T19:34:23-06:00"}}