Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2628 from mj41/mj-dt-instant
Fix output of Instant method example in DateTime.p6
  • Loading branch information
cfa committed Feb 19, 2019
2 parents 0ee3245 + eea0dd0 commit b8873a3
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 b8873a3

Please sign in to comment.