Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix approxidate("never") to always return 0
Commit af66366 introduced the keyword "never" to be used with approxidate() but defined it with a fixed date without taking care of timezone. As a result approxidate() will return a timestamp in the future with a negative timezone. With this patch, approxidate("never") always return 0 whatever your timezone is. Signed-off-by: Olivier Marin <dkr@freesurf.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information