Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Chapter): Cast values to int prior to formatting
If left as float, then it parses as e.g., `7.0` instead of `07`. This leads to the timestamp format being completely off.
- Loading branch information