Skip to content

Commit

Permalink
tweak docs once more
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrowder committed Feb 11, 2024
1 parent 521dd76 commit 71e0298
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Class methods
Subroutines
-----------

It is useful to have a "perpetual" calculation of the begin/end dates for DST for all years covered by the current governing federal law for the US thanks to the Date::Utils module. The following routines do that, and they require an `export` tag for use to avoid possible conflict from other modules.
It is useful to have a "perpetual" calculation of the begin/end dates for DST for all years covered by the current governing federal law for the US. Assisted by the `Date::Utils` module, the following routines do that, and they require an `export` tag for use to avoid possible conflict from other modules.

The `:$year` argument defaults to the current year if it is not provided.

Expand Down
4 changes: 2 additions & 2 deletions docs/README.rakudoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ Given a local time, convert to UTC with adjustment for DST.

It is useful to have a "perpetual" calculation
of the begin/end dates for DST for all years covered by the
current governing federal law for the US thanks to the
Date::Utils module. The following routines do that, and they
current governing federal law for the US.
Assisted by the C<Date::Utils> module, the following routines do that, and they
require an C<export> tag for use to avoid possible conflict from
other modules.

Expand Down

0 comments on commit 71e0298

Please sign in to comment.