We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7fbf1b commit 09e7d2eCopy full SHA for 09e7d2e
1 file changed
zulip/integrations/openshift/zulip_openshift_config.py
@@ -39,6 +39,9 @@ def deployment_notice_destination(branch: str) -> Optional[Dict[str, str]]:
39
# * commit_id = hash of the commit that triggered the deployment
40
# * dep_id = deployment id
41
# * 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>`.
45
def format_deployment_message(
46
app_name: str = "",
47
url: str = "",
0 commit comments