# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #125555] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=125555 >
<masak> hm, we have comparison ops for Date objects but not for DateTime objects... this is probably an oversight. <masak> m: my $dt1 = DateTime.now; my $dt2 = $dt1.later(:1hour); say $dt1 < $dt2 <camelia> rakudo-moar 5919a8: OUTPUT«Cannot call Real(DateTime: ); [...] * masak submits NYI rakudobug