Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
parse_date_basic(): return early when given a bogus timestamp
When the input does not have GMT timezone offset, the code computes it by computing the local and GMT time for the given timestamp. But there is no point doing so if the given timestamp is known to be a bogus one. Signed-off-by: Junio C Hamano <[email protected]>
- Loading branch information