with patch(
            "intranet.apps.eighth.management.commands.dev_create_blocks.now",
            return_value=datetime.datetime(2021, 3, 28, 10, 0, 0, tzinfo=pytz.timezone("America/New_York")),
        ) as m:
            call_command("dev_create_blocks", "04/04/2021")