You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some tests are failing on the 31st of the month because we're using strtotime('-1 month'). I think we can replace this with strtotime('first day of last month').
The text was updated successfully, but these errors were encountered:
Some tests are failing on the 31st of the month because we're using
strtotime('-1 month')
. I think we can replace this withstrtotime('first day of last month')
.The text was updated successfully, but these errors were encountered: