Skip to content

Commit 89e8bc4

Browse files
authored
Update DateTime.pod6
typo in href
1 parent 966a99d commit 89e8bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/DateTime.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ Returns the L<Julian date|https://en.wikipedia.org/wiki/Julian_day> (JD) for the
265265
say DateTime.new('2021-12-24T12:23:00.43Z').julian-date; # OUTPUT: «2459573.0159772␤»
266266
267267
The C<julian-date> starts at zero at the epoch of noon UTC on
268-
I<November 24, 4714 B.C.> on the L<proleptic|https://en.m.wikionary.org/wiki/proleptic> Gregorian calendar (the calendar
268+
I<November 24, 4714 B.C.> on the L<proleptic|https://en.m.wiktionary.org/wiki/proleptic> Gregorian calendar (the calendar
269269
in use in much of the world and in international commerce and travel). The JD
270270
is used in astronomy to define times of celestial objects transiting the
271271
Earth's Prime Meridian. For any instant, it is the sum of the number of whole days and

0 commit comments

Comments
 (0)