summaryrefslogtreecommitdiffstats
path: root/python/psutil/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/psutil/docs/conf.py')
-rw-r--r--python/psutil/docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/psutil/docs/conf.py b/python/psutil/docs/conf.py
index 9fa163b65..ad880110f 100644
--- a/python/psutil/docs/conf.py
+++ b/python/psutil/docs/conf.py
@@ -18,7 +18,7 @@ import os
PROJECT_NAME = "psutil"
AUTHOR = "Giampaolo Rodola'"
-THIS_YEAR = str(datetime.datetime.now().year)
+THIS_YEAR = str(datetime.datetime.utcnow().year)
HERE = os.path.abspath(os.path.dirname(__file__))