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 e73216d commit a92b9e5Copy full SHA for a92b9e5
Doc/conf.py
@@ -280,9 +280,8 @@
280
"pr_id": os.getenv("READTHEDOCS_VERSION")
281
}
282
283
-# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
284
-# using the given strftime format.
285
-html_last_updated_fmt = '%b %d, %Y'
+# This 'Last updated on:' timestamp is inserted at the bottom of every page.
+html_last_updated_fmt = time.strftime('%b %d, %Y (%H:%M UTC)', time.gmtime())
286
287
# Path to find HTML templates.
288
templates_path = ['tools/templates']
0 commit comments