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 2d9b950 commit f4287daCopy full SHA for f4287da
docs/conf.py
@@ -78,7 +78,7 @@
78
project = setup_cfg['name']
79
author = setup_cfg['author']
80
copyright = '{0}, {1}'.format(
81
- datetime.datetime.now(datetime.UTC).year, setup_cfg['author'])
+ datetime.datetime.now(datetime.timezone.utc).year, setup_cfg['author'])
82
83
# The version info for the project you're documenting, acts as replacement for
84
# |version| and |release|, also used in various other places throughout the
0 commit comments