Skip to content

Commit 45f0639

Browse files
committed
Default timezone spec typo
Method now() specifies wrong timezone specification *$TZ, should be $*TZ.
1 parent 2eba769 commit 45f0639

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)