Skip to content

Commit 129608b

Browse files
committed
Default value for now() perhaps a typing mistake
The default value for the timezone *$TZ should perhaps be $*TZ in method now() on line 81
1 parent 1453b37 commit 129608b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/DateTime.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ L<X::DateTime:TimezoneClash> is thrown.
7878
7979
Defined as:
8080
81-
method now(:$timezone=*$TZ, &formatter) returns DateTime:D
81+
method now(:$timezone=$*TZ, &formatter) returns DateTime:D
8282
8383
Usage:
8484

0 commit comments

Comments
 (0)