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 3ddc7f3 commit e4c57e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 C<DateTime::US> distribution
use DateTime::Subs; # part of the 'DateTime::US' distribution
```

DESCRIPTION
Expand Down Expand Up @@ -61,7 +61,7 @@ The final routine is for use by module `Date::Event`. The `:$set-id` argument is
SEE ALSO
========

* Module **DateTime::Timezones:auth<zef:guifa>**
* Module **DateTime::Timezones:auth\<zef:guifa\>**

In contrast to Matthew Stuckwisch's module, `DateTime::US` does not use any of the IANA timezone database. It relies only on the power of the Raku `Date` and `DateTime` types, the short list of time zone UTC offsets for standard US time zones, the standard dates and time of Daylight Saving Time begin/end times enshrined in US Public Law, and the "perpetual" `Date` routines provided by module `Date::Utils`.

Expand Down
4 changes: 2 additions & 2 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 C<DateTime::US> distribution
use DateTime::Subs; # part of the 'DateTime::US' distribution
=end code

=head1 DESCRIPTION
Expand Down Expand Up @@ -77,7 +77,7 @@ by C<Date>s.
=head1 SEE ALSO

=begin item
Module B<DateTime::Timezones:auth<zef:guifa>>
Module B<DateTime::Timezones:auth\<zef:guifa\>>

In contrast to Matthew Stuckwisch's module, C<DateTime::US> does not use any
of the IANA timezone database. It relies only on the power of the Raku
Expand Down

0 comments on commit e4c57e3

Please sign in to comment.