File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ newCutoff=$(date --date="1 year ago" +%s)
4747#
4848# | commit bit reception date | file creation date | file contents |
4949# | -------------------------- | ------------------ | -------------- |
50- # | A) -∞ - 2024-10-06 | 2025-07-08 | empty |
51- # | B) 2024-10-07 - 2025-04-22 | 2025-07-08 | reception date |
50+ # | A) -∞ - 2024-10-06 | 2025-07-16 | empty |
51+ # | B) 2024-10-07 - 2025-04-22 | 2025-07-16 | reception date |
5252# | C) 2025-08-13 - ∞ | reception date | empty |
5353#
5454# After 2026-04-23 (one year after C started), the file creation date
@@ -58,7 +58,7 @@ newCutoff=$(date --date="1 year ago" +%s)
5858# check if the file creation date is in the last year.
5959#
6060# For now however, the code needs to check if the file creation date
61- # is before 2025-07-09 to distinguish between periods A and C,
61+ # is before 2025-07-17 to distinguish between periods A and C,
6262# so we hardcode that date for the code to use.
6363createdOnReceptionEpoch=$( date --date=2025-07-17 +%s)
6464
You can’t perform that action at this time.
0 commit comments