We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24216d0 commit c190552Copy full SHA for c190552
Doc/conf.py
@@ -288,9 +288,8 @@
288
"pr_id": os.getenv("READTHEDOCS_VERSION")
289
}
290
291
-# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
292
-# using the given strftime format.
293
-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())
294
295
# Path to find HTML templates.
296
templates_path = ['tools/templates']
0 commit comments