We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd284b4 commit a155c1eCopy full SHA for a155c1e
doc/Type/DateTime.pod6
@@ -262,8 +262,8 @@ Returns the instant's time as a fraction of a 24-hour day.
262
263
say DateTime.new('2021-12-24T12:23:00.43Z').day-fraction; # OUTPUT: «0.5159772»
264
265
-Notice the `day-fraction` value is the same as the fractional part of
266
-the `modified-julian-date` for the same instant.
+Notice the C<day-fraction> value is the same as the fractional part of
+the C<modified-julian-date> for the same instant.
267
268
=head2 method julian-date
269
0 commit comments