Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zero struct tm before calling strptime()
This fixes erratic behaviour with options like --until which can cut off the display at different places. Typically this might be +/- one hour. This happens because strptime() only sets fields corresponding to time elements present in the format string.
- Loading branch information