Skip to content

Commit d998bd5

Browse files
authored
IGVF-2197-changelog-timezone (#1221)
1 parent af6f109 commit d998bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/slack/generate_payload.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def generate_slack_payload(diff_file, output_file, tag_old, tag_new, channel_id)
2424
current_time = get_current_time_string()
2525
payload = {
2626
'channel': channel_id,
27-
'text': f'Changes from {tag_old} to {tag_new}, released on {current_time}:\n```{diff_content}```'
27+
'text': f'Changes from {tag_old} to {tag_new}, released on {current_time} (UTC):\n```{diff_content}```'
2828
}
2929
with open(output_file, 'w') as json_file:
3030
json.dump(payload, json_file, indent=2)

0 commit comments

Comments
 (0)