diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index 1afd3d9ba..766b346a7 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -393,7 +393,7 @@ class BasePage: text = '' if copy_nr == 0: if self.author: - year = time.localtime()[0] + year = date.Today().get_year() text = '© %(year)d %(person)s' % { 'person' : self.author, 'year' : year}