Skip to content

Commit e13f399

Browse files
authored
Merge pull request #40 from NixOS/fix-reference-dates-docs
Fix reference dates in comment
2 parents 68c5ffc + 9d1bdd0 commit e13f399

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/retire.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.
6363
createdOnReceptionEpoch=$(date --date=2025-07-17 +%s)
6464

0 commit comments

Comments
 (0)