diff --git a/sspromotions/management/commands/sendbulletin.py b/sspromotions/management/commands/sendbulletin.py index 323855c..d7d7c38 100644 --- a/sspromotions/management/commands/sendbulletin.py +++ b/sspromotions/management/commands/sendbulletin.py @@ -90,7 +90,7 @@ class Command(BaseCommand): client = boto3.client('ses', aws_access_key_id=settings.AWS_KEY_ID, aws_secret_access_key=settings.AWS_SECRET, region_name=settings.AWS_REGION) - title = '{} News: {}'.format(settings.ORG_NAME, timezone.now().strftime('%d %m %Y')) + title = '{} News: {}'.format(settings.ORG_NAME, timezone.now().strftime('%d %B %Y')) calbegin, calend, bulbegin, bulend = sspromotions.utils.bulletin_dates(timezone.now()) events = list(sspromotions.utils.get_calendar_events(calbegin, calend))