diff --git a/app/controller/admin.php b/app/controller/admin.php
index 3e36887afac4a1da11e50c2f242cd2538a5f941b..8c5f41ee90cf386ae6538560ef3c41eea287f3a5 100644
--- a/app/controller/admin.php
+++ b/app/controller/admin.php
@@ -1001,7 +1001,7 @@ class Admin extends Controller
                     $time_struct['tm_sec'],
                     $time_struct['tm_mon']+1,
                     $time_struct['tm_mday'],
-                    $time_struct['tm_year']+1900
+                    $time_struct['tm_year']
                 ));
                 $cb['expiration'] = $new_expiration;
                 if ($data['status'] == '') {
@@ -1357,7 +1357,7 @@ class Admin extends Controller
                         $time_struct['tm_sec'],
                         $time_struct['tm_mon']+1,
                         $time_struct['tm_mday'],
-                        $time_struct['tm_year']+1900
+                        $time_struct['tm_year']
                     ));
                     // Pour un don récurrent, on recherche son équivalent qui peut ne pas exister
                     $result = $db->query("SELECT email