Browse Source
Commit af66366a9f
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>
maint
Olivier Marin
17 years ago
committed by
Junio C Hamano
1 changed files with 2 additions and 4 deletions
Loading…
Reference in new issue