Skip to content

Commit 1359196

Browse files
authored
There's no 6.d yet
1 parent f5fb5ac commit 1359196

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
@@ -52,7 +52,7 @@ multi method new(Date :$date!,
5252
Int :$timezone = 0, :&formatter)
5353
multi method new(Int() $year, Int() $month, Int() $day,
5454
Int() $hour, Int $minute, $second,
55-
Int() :$timezone = 0, :&formatter) # since 6.d
55+
Int() :$timezone = 0, :&formatter)
5656
multi method new(Instant:D $i, :$timezone=0, :&formatter)
5757
multi method new(Int:D $posix, :$timezone=0, :&formatter)
5858
multi method new(Str:D $format, :$timezone=0, :&formatter)

0 commit comments

Comments
 (0)