Skip to content

Commit

Permalink
Update status-messages/src/status_messages.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jake Herrmann <[email protected]>
  • Loading branch information
jacquelynsmale and jtherrmann authored Apr 4, 2024
1 parent 0bc873d commit 9d83304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion status-messages/src/status_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def lambda_handler(event: dict, context: dict) -> None:
dead_letter_queue_count = get_queue_count()
mattermost_message = (
f'Dead Letter Queue Count for ITS_LIVE has '
f'{dead_letter_queue_count} entries on {datetime.now(tz=timezone.utc).strftime("%m/%d/%Y")}'
f'{dead_letter_queue_count} entries on {datetime.now(tz=timezone.utc).isoformat()}'
)
response = mattermost.posts.create_post(
options={
Expand Down

0 comments on commit 9d83304

Please sign in to comment.