Skip to content

Commit 489d9e6

Browse files
committed
fix typo
1 parent 90b6fd5 commit 489d9e6

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
@@ -103,7 +103,7 @@ Defined as:
103103
104104
Creates a new C<DateTime> object from the current system time. A custom
105105
L<formatter> and L<timezone> can be provided. The C<:$timezone> is
106-
the offset B<in seconds> from L<GTM|https://en.wikipedia.org/wiki/Greenwich_Mean_Time>
106+
the offset B<in seconds> from L<GMT|https://en.wikipedia.org/wiki/Greenwich_Mean_Time>
107107
and defaults to the value of L«C<$*TZ> variable|/language/variables#index-entry-%24*TZ».
108108
109109
say DateTime.now;

0 commit comments

Comments
 (0)