From a327de2e7dddbf68b22c296a34d3767513d3e605 Mon Sep 17 00:00:00 2001 From: Elizabeth Mattijsen Date: Tue, 7 Mar 2023 19:57:13 +0100 Subject: [PATCH] Mark availability of DateTime.Numeric --- doc/Type/DateTime.rakudoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/Type/DateTime.rakudoc b/doc/Type/DateTime.rakudoc index 5676e99ba..29ee88f2e 100644 --- a/doc/Type/DateTime.rakudoc +++ b/doc/Type/DateTime.rakudoc @@ -246,6 +246,8 @@ Available as of release 2023.02 of the Rakudo compiler. multi method Numeric(DateTime:D: --> Instant:D) +Available as of the 2021.09 release of the Rakudo compiler. + Converts the invocant to L«C|/type/Instant». The same value can be obtained with the C method. This allows C objects to be used directly in arithmetic operations.