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 f888636 commit 7e5f6beCopy full SHA for 7e5f6be
Doc/conf.py
@@ -347,7 +347,8 @@
347
}
348
349
# This 'Last updated on:' timestamp is inserted at the bottom of every page.
350
-html_last_updated_fmt = time.strftime('%b %d, %Y (%H:%M UTC)', time.gmtime())
+html_time = int(os.environ.get('SOURCE_DATE_EPOCH', time.time()))
351
+html_last_updated_fmt = time.strftime('%b %d, %Y (%H:%M UTC)', time.gmtime(html_time))
352
353
# Path to find HTML templates.
354
templates_path = ['tools/templates']
0 commit comments