The source project of this merge request has been removed.
Fix weekly frequency.
Also added:
- A global for the base year (BaseYear) in the module (not exported)
- Unit tests.
Note that weekly frequency will not work properly if the period precedes the base year (currently 1970). I would suggest to set BaseYear to 0 or 1 (to be consistent with what Julia does with Dates) to keep the code as simple as possible.
Closes #1 (closed)