Skip to content

Commit

Permalink
fix docs missing >, rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrowder committed Feb 11, 2024
1 parent 2d85dcc commit 2c52c02
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ SYNOPSIS

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

DESCRIPTION
Expand Down Expand Up @@ -41,7 +42,7 @@ Class methods
SEE ALSO
========

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

In contrast to Matthew Stuckwisch's module, this module does not use any of the IANA timezone database and relies only on the power of the Raku DateTime type, the short list of time zone UTC offsets for standard US time zones, and the standard dates and time of Daylight Saving Time begin/end enshrined in US Public Law.

Expand Down
2 changes: 1 addition & 1 deletion docs/README.rakudoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Given a local time, convert to UTC with adjustment for DST.
=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, this module does not use any
of the IANA timezone database and relies only on the power of the Raku
Expand Down
2 changes: 2 additions & 0 deletions t/5-get-dst-dates.t
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ for 2016..2030 -> $year {
}
} # end of year 2016..2030

done-testing;

BEGIN {
%DST = %(
'2016' => {
Expand Down

0 comments on commit 2c52c02

Please sign in to comment.