summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--app/views/consts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/consts.py b/app/views/consts.py
index c8d9d99..27386e1 100644
--- a/app/views/consts.py
+++ b/app/views/consts.py
@@ -19,7 +19,7 @@ def one_year(d):
if d.month == 1:
return d.replace(month = 12)
else:
- return d.replace(month = (d.month + 11) % 12, year = d.year + 1)
+ return d.replace(month = d.month - 1, year = d.year + 1)
#
# Form
href='/portato.git/commit/i18n/tr.po?h=v0.14.1&id=06a5bea6860df9ead0165eec007f4eabbd13aaf5&follow=1'>Update turkish translationGürkan Gür1-640/+676 2009-08-11Fix handling of slots in /etc/portage/*René 'Necoro' Neumann2-2/+4 2009-08-11Fix package detailsRené 'Necoro' Neumann1-1/+1 2009-08-11Fix GPytage pluginRené 'Necoro' Neumann1-2/+2 2009-08-11Update translationRené 'Necoro' Neumann2-1112/+1120 2009-08-11Update changelogRené 'Necoro' Neumann1-0/+1 2009-08-10Fixed pt_BR translationAlberto Federman Neto1-2/+5 2009-08-10Add credits for translationRené 'Necoro' Neumann2-0/+2