diff --git a/lib/commands/parser.pm b/lib/commands/parser.pm
index dfb7f09f40c097826794d386929e3fac2b7391b8..3e7a280f60da845cc5331a4ae75588fe4546d115 100644
--- a/lib/commands/parser.pm
+++ b/lib/commands/parser.pm
@@ -43,7 +43,7 @@ sub exec {
             localtime(time);
 
         my ($title, $place, $desc) = ($2, $6, $7);
-        my ($day, $month, $year) = ($3, $4 || $current_mon, $4 || $current_year);
+        my ($day, $month, $year) = ($3, $4 || $current_mon, $5 || $current_year);
 
         $place =~ s/ $//;