diff options
Diffstat (limited to 'python/psutil/docs/conf.py')
-rw-r--r-- | python/psutil/docs/conf.py | 2 |
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__)) |