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 16b5532 + 6d588b5 commit 3beda49Copy full SHA for 3beda49
changehc/delphi_changehc/run.py
@@ -85,8 +85,8 @@ def run_module():
85
make_asserts(params)
86
87
if params["drop_date"] is None:
88
- # files are dropped about 8pm the day after the issue date
89
- dropdate_dt = (datetime.now() - timedelta(days=1,hours=20))
+ # files are dropped about 4pm the day after the issue date
+ dropdate_dt = (datetime.now() - timedelta(days=1,hours=16))
90
dropdate_dt = dropdate_dt.replace(hour=0,minute=0,second=0,microsecond=0)
91
else:
92
dropdate_dt = datetime.strptime(params["drop_date"], "%Y-%m-%d")
0 commit comments