Thanks to visit codestin.com Credit goes to github.com
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 4744f59 commit 6c214deCopy full SHA for 6c214de
1 file changed
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