From e4c57e36b09861b1b0ac75bd00ecf312b964c1dc Mon Sep 17 00:00:00 2001 From: Tom Browder Date: Sun, 11 Feb 2024 11:37:29 -0600 Subject: [PATCH] tweak some more, rebuild --- README.md | 4 ++-- docs/README.rakudoc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0a0fe4d..b44c790 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ SYNOPSIS ```raku use DateTime::US; -use DateTime::Subs; # part of the C distribution +use DateTime::Subs; # part of the 'DateTime::US' distribution ``` DESCRIPTION @@ -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** + * Module **DateTime::Timezones:auth\** 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`. diff --git a/docs/README.rakudoc b/docs/README.rakudoc index cd2d3d4..29a025a 100644 --- a/docs/README.rakudoc +++ b/docs/README.rakudoc @@ -9,7 +9,7 @@ B - Provides time zone (TZ) and Daylight Saving Time (DST) =begin code :lang use DateTime::US; -use DateTime::Subs; # part of the C distribution +use DateTime::Subs; # part of the 'DateTime::US' distribution =end code =head1 DESCRIPTION @@ -77,7 +77,7 @@ by Cs. =head1 SEE ALSO =begin item -Module B> +Module B> In contrast to Matthew Stuckwisch's module, C does not use any of the IANA timezone database. It relies only on the power of the Raku