<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Index: Date-ICal-2.678/lib/Date/ICal.pm
===================================================================
--- Date-ICal-2.678.orig/lib/Date/ICal.pm
+++ Date-ICal-2.678/lib/Date/ICal.pm
@@ -334,7 +334,7 @@ sub epoch {
 
         $epoch =
           timegm( $self-&gt;sec, $self-&gt;min, $self-&gt;hour, $self-&gt;day,
-          ( $self-&gt;month ) - 1, ( $self-&gt;year ) - 1900 );
+          ( $self-&gt;month ) - 1, $self-&gt;year);
     }
 
     return $epoch;
</pre></body></html>