From c0c702a5e3284e843e680064b4c6a7280242c567 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 12:00:37 -0500 Subject: Use UTC where appropriate in python files --- tools/docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/docs/conf.py') diff --git a/tools/docs/conf.py b/tools/docs/conf.py index 38cea035a..1a919063f 100644 --- a/tools/docs/conf.py +++ b/tools/docs/conf.py @@ -42,7 +42,7 @@ templates_path = ['_templates'] source_suffix = '.rst' master_doc = 'index' project = u'Mozilla Source Tree Docs' -year = datetime.now().year +year = datetime.utcnow().year # Grab the version from the source tree's milestone. # FUTURE Use Python API from bug 941299. -- cgit v1.2.3