File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,11 @@ other operations with Instants are undefined.
20
20
21
21
= head1 Future Leap Seconds
22
22
23
- Perl 6's methods that involve knowledge of leap seconds do not
24
- make any guesses for leap seconds in the future and only use the already-known
25
- leap seconds. This means you can get different results, depending on the
23
+ The methods that involve knowledge of leap seconds always assume
24
+ that there will be no further leaps after the last leap second
25
+ that the implementation knows about, which may not be the last
26
+ leap second that has actually been scheduled.
27
+ This means you can get different results, depending on the
26
28
compiler version you're using. For example, the December 31, 2016 leap second
27
29
was announced in July and shipped with Rakudo 2016.07, so 2016.06 and earlier
28
30
releases won't know about it:
You can’t perform that action at this time.
0 commit comments