Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Aug 26, 2017
1 parent 90b6fd5 commit 489d9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/DateTime.pod6
Expand Up @@ -103,7 +103,7 @@ Defined as:
Creates a new C<DateTime> object from the current system time. A custom
L<formatter> and L<timezone> can be provided. The C<:$timezone> is
the offset B<in seconds> from L<GTM|https://en.wikipedia.org/wiki/Greenwich_Mean_Time>
the offset B<in seconds> from L<GMT|https://en.wikipedia.org/wiki/Greenwich_Mean_Time>
and defaults to the value of L«C<$*TZ> variable|/language/variables#index-entry-%24*TZ».
say DateTime.now;
Expand Down

0 comments on commit 489d9e6

Please sign in to comment.