Skip to content

Commit

Permalink
Document in-timezone coerces
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Oct 17, 2018
1 parent 72b93ca commit b7847a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/DateTime.pod6
Expand Up @@ -375,7 +375,7 @@ Returns a DateTime object for the same time, but in time zone UTC.
Defined as:
method in-timezone(DateTime:D: $timezone = 0 --> DateTime:D)
method in-timezone(DateTime:D: Int(Cool) $timezone = 0 --> DateTime:D)
Returns a DateTime object for the same time, but in the specified C<$timezone>, which is
the offset B<in seconds> from L<GMT|https://en.wikipedia.org/wiki/Greenwich_Mean_Time>.
Expand Down

0 comments on commit b7847a5

Please sign in to comment.