Skip to content

Commit 3f0eace

Browse files
authored
Fix output for Instant method in DateTime.p6
1 parent 0ee3245 commit 3f0eace

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/DateTime.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Defined as:
244244
245245
Returns an L<Instant|/type/Instant> object based on the invocant.
246246
247-
say DateTime.new('2015-12-24T12:23:00+0200').Instant; # OUTPUT: «2015-12-24T12:23:00+02:00␤»
247+
say DateTime.new('2015-12-24T12:23:00+0200').Instant; # OUTPUT: «Instant:1450952616␤»
248248
249249
=head2 method posix
250250
@@ -429,4 +429,4 @@ L«C<Duration>|/type/Duration», preserving the timezone.
429429
430430
=end pod
431431

432-
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
432+
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6

0 commit comments

Comments
 (0)