We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9af5c53 + 6fe608e commit 68c5ffcCopy full SHA for 68c5ffc
scripts/retire.sh
@@ -60,7 +60,7 @@ newCutoff=$(date --date="1 year ago" +%s)
60
# 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,
62
# so we hardcode that date for the code to use.
63
-createdOnReceptionEpoch=$(date --date=2025-07-09 +%s)
+createdOnReceptionEpoch=$(date --date=2025-07-17 +%s)
64
65
if [[ -z "${PROD:-}" ]]; then
66
tmp=$(git rev-parse --show-toplevel)/.tmp
0 commit comments