We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b6fd5 commit 489d9e6Copy full SHA for 489d9e6
doc/Type/DateTime.pod6
@@ -103,7 +103,7 @@ Defined as:
103
104
Creates a new C<DateTime> object from the current system time. A custom
105
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>
+the offset B<in seconds> from L<GMT|https://en.wikipedia.org/wiki/Greenwich_Mean_Time>
107
and defaults to the value of L«C<$*TZ> variable|/language/variables#index-entry-%24*TZ».
108
109
say DateTime.now;
0 commit comments