Closed gaborcsardi closed 10 years ago
Yeah, unfortunately this is neglected in git: https://github.com/git/git/blob/master/date.c#L221 https://github.com/git/git/blob/master/date.c#L332
This is fixed, but the git parser is not as good as I I thought. :(
E.g. parse_date("010203") gives 2003-01-01 23:00:00 UTC.