Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix buffer size we pass to strftime in json.cc
We skip over the first character in the buffer that we pass to `strftime`. Hence, we also need subtract one from the total size that `strftime` is allowed to write to.
- Loading branch information