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.
1 parent 703be23 commit 31f88dcCopy full SHA for 31f88dc
.github/scripts/bot-community-calls.sh
@@ -34,7 +34,7 @@ for CANCELLED in "${CANCELLED_DATES[@]}"; do
34
done
35
36
IS_MEETING_WEEK=$(python3 - <<EOF
37
-from datetime import datetime
+from datetime import datetime,date
38
d1 = date.fromisoformat("$ANCHOR_DATE")
39
d2 = datetime.utcnow().date()
40
print("true" if (d2 - d1).days % 14 == 0 else "false")
0 commit comments