Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`date.getUTCMonth()` and `date.getMonth()` are zero-based, causing months tin the converted date to be offset by -1. Therefore 1 Jan 1970 becomes 1970-00-01, etc. This simple fix negates the offset
- Loading branch information