Skip to content

Commit c5e6f50

Browse files
Niloth-ptimabbott
authored andcommitted
openshift: Add comment recommending global times syntax in config file.
1 parent b7fbf1b commit c5e6f50

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

zulip/integrations/openshift/zulip_openshift_config.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ def deployment_notice_destination(branch: str) -> Optional[Dict[str, str]]:
3939
# * commit_id = hash of the commit that triggered the deployment
4040
# * dep_id = deployment id
4141
# * dep_time = deployment timestamp
42+
#
43+
# To utilize Zulip's global times (https://zulip.com/help/global-times),
44+
# use the syntax `<time:dep_time>`.
4245
def format_deployment_message(
4346
app_name: str = "",
4447
url: str = "",

0 commit comments

Comments
 (0)