From 09e7d2e126749795afbcb1b449a2e4167a321baa Mon Sep 17 00:00:00 2001 From: Niloth P <20315308+Niloth-p@users.noreply.github.com> Date: Sat, 15 Nov 2025 08:44:20 +0530 Subject: [PATCH] openshift: Add comment recommending global times syntax in config file. --- zulip/integrations/openshift/zulip_openshift_config.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zulip/integrations/openshift/zulip_openshift_config.py b/zulip/integrations/openshift/zulip_openshift_config.py index 3ec1c3b7f..ef71bfc57 100644 --- a/zulip/integrations/openshift/zulip_openshift_config.py +++ b/zulip/integrations/openshift/zulip_openshift_config.py @@ -39,6 +39,9 @@ def deployment_notice_destination(branch: str) -> Optional[Dict[str, str]]: # * commit_id = hash of the commit that triggered the deployment # * dep_id = deployment id # * dep_time = deployment timestamp +# +# To utilize Zulip's global times (https://zulip.com/help/global-times), +# use the syntax ``. def format_deployment_message( app_name: str = "", url: str = "",