Revision history for DateTime-US
0.1.5 2024-02-22T10:40:49-06:00
- Add sub get-dst-dates-datehash
0.1.4 2024-02-21T19:16:34-06:00
- Use LocalTime to add correct suffix to local time output
- Correct README example
- Correct errors in use of LocalTime
- Remove some old comments in code
- Add test for README example
0.1.3 2024-02-11T11:38:40-06:00
- Remove all reduntant DST test data into a separate file
- Require module UUID::V4 for generating GUIDs
- Add new module DateTime::Subs for new subroutines
- Add new subs to provide DST begin/end DateTimes for a year
(all require explicit export tags)
+ begin-dst :$year => date DST begins at 0200 local
+ dst-begin (alias)
+ end-dst :$year => date DST ends at 0200 local
+ dst-end (alias)
- Add a sub compatible with Date::Event databases
(requires an explicit export tag)
+ get-dst-dates(:$year, :$set-id)
- In contrast to module Timezones::US, the DST routines
are "perpetual" for the set of years governed by the
current US federal law
0.1.2 2024-01-28T20:50:39-06:00
- Add 3-OS tests
- Use zef for Windows tests
- Update copyright year
- Remove useless test causing problems on Windows
0.1.1 2022-10-02T16:33:23-05:00
- Move US timezone data and subroutines to new
module Timezones::US where they are automatically exported
- Correct example code mistakes in the README
- Add more details to the README
0.1.0 2022-09-21T13:43:46-05:00
- Allow user to enter D instead of S, e.g., CDT or CST
(the effect is the same internally)
- Add tests for use of D instead of S
- Upgrade workflow checkout to @v3
0.0.4 2021-12-06T09:18:56-06:00
- Publish to the Raku module Zef repository
0.0.3 2021-10-25T17:31:50-05:00
- Added information regarding this module versus
DateTime::Timezones
- Corrected pod format errors
0.0.2 2021-10-23T18:30:57-05:00
- Correct typos and formatting
0.0.1 2021-10-23T10:19:11-05:00
- Initial version