Skip to content

Commit

Permalink
tweak some more, rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrowder committed Feb 11, 2024
1 parent 71e0298 commit 5ebfcac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SYNOPSIS

```raku
use DateTime::US;
use DateTime::Subs; # part of the Date::Time distribution
use DateTime::Subs; # part of the C<DateTime::US> distribution
```

DESCRIPTION
Expand Down Expand Up @@ -54,7 +54,7 @@ The `:$year` argument defaults to the current year if it is not provided.

* dst-end(:$year --> Date) is export(:dst-end) {...}

The final routine is for use by module Date::Event. The `:$set-id` argument is used to provide a globally unique ID (GUID) to allow multiple Date::Event objects for a single `Date` object.
The final routine is for use by module `Date::Event`. The `:$set-id` argument is used to provide a globally unique ID (GUID) to allow multiple `Date::Event` objects for a `Date` in a `Hash` keyed by `Date`s.

* get-dst-dates(:$year!, :$set-id! --> Hash) is export(:get-dst-date) {...}

Expand Down
7 changes: 4 additions & 3 deletions docs/README.rakudoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ B<DateTime::US> - Provides time zone (TZ) and Daylight Saving Time (DST)

=begin code :lang<raku>
use DateTime::US;
use DateTime::Subs; # part of the Date::Time distribution
use DateTime::Subs; # part of the C<DateTime::US> distribution
=end code

=head1 DESCRIPTION
Expand Down Expand Up @@ -67,9 +67,10 @@ The C<:$year> argument defaults to the current year if it is not provided.
=item end-dst(:$year --> Date) is export(:end-dst) {...}
=item dst-end(:$year --> Date) is export(:dst-end) {...}

The final routine is for use by module Date::Event.
The final routine is for use by module C<Date::Event>.
The C<:$set-id> argument is used to provide a globally unique ID (GUID)
to allow multiple Date::Event objects for a single C<Date> object.
to allow multiple C<Date::Event> objects for a C<Date> in a C<Hash> keyed
by C<Date>s.

=item get-dst-dates(:$year!, :$set-id! --> Hash) is export(:get-dst-date) {...}

Expand Down

0 comments on commit 5ebfcac

Please sign in to comment.