Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make it possible to set date in December
An off-by-one error prevented using the DATE shell command (and maybe others?) to set a date in December. It was caused by the actual Month value (1-indexed) being used an index for for the `maxday` array.
- Loading branch information