From 7ae53362fda7b21596385af367cb50e84605fcc8 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Fri, 29 Sep 2023 15:57:30 +0100 Subject: [PATCH] Fix timezone information --- Doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/conf.py b/Doc/conf.py index 82b545f6ae0f39..08a2066004e197 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -290,7 +290,7 @@ # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. -html_last_updated_fmt = '%b %d, %Y (%H:%M UTC)' +html_last_updated_fmt = '%b %d, %Y (%H:%M GMT%z)' # Path to find HTML templates. templates_path = ['tools/templates']