lidavidm commented on a change in pull request #10146:
URL: https://github.com/apache/arrow/pull/10146#discussion_r619519748



##########
File path: docs/source/conf.py
##########
@@ -107,7 +108,9 @@
 
 # General information about the project.
 project = u'Apache Arrow'
-copyright = u'2016-2019 Apache Software Foundation'
+# Prevent oddities with a weird clock
+year = max(2021, datetime.datetime.now().year)

Review comment:
       Ah, maybe I was being overly cautious - I've changed it to just assume 
the year is correct.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to