Skip to content

Commit 68c5ffc

Browse files
authored
Merge pull request #39 from MattSturgeon/fix-retire-epoch
2 parents 9af5c53 + 6fe608e commit 68c5ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/retire.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ newCutoff=$(date --date="1 year ago" +%s)
6060
# For now however, the code needs to check if the file creation date
6161
# is before 2025-07-09 to distinguish between periods A and C,
6262
# so we hardcode that date for the code to use.
63-
createdOnReceptionEpoch=$(date --date=2025-07-09 +%s)
63+
createdOnReceptionEpoch=$(date --date=2025-07-17 +%s)
6464

6565
if [[ -z "${PROD:-}" ]]; then
6666
tmp=$(git rev-parse --show-toplevel)/.tmp

0 commit comments

Comments
 (0)