Skip to content

Commit

Permalink
Fix output of Instant method example in DateTime.p6
Browse files Browse the repository at this point in the history
  • Loading branch information
mj41 committed Feb 18, 2019
1 parent 0ee3245 commit eea0dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/DateTime.pod6
Expand Up @@ -244,7 +244,7 @@ Defined as:
Returns an L<Instant|/type/Instant> object based on the invocant.
say DateTime.new('2015-12-24T12:23:00+0200').Instant; # OUTPUT: «2015-12-24T12:23:00+02:00␤»
say DateTime.new('2015-12-24T12:23:00+0200').Instant; # OUTPUT: «Instant:1450952616␤»
=head2 method posix
Expand Down

0 comments on commit eea0dd0

Please sign in to comment.