http://gothub.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion/git/git/blob/master/date.c
now ) 609 now = time ( NULL ) ; 610 refuse_future = NULL ; 611 if ( gmtime_r ( & now , & now_tm ) ) 612 refuse_future = & now_tm ; 613 614 if ( num > 70 ) { 615 /* yyyy-mm-dd? */ 616 if ( set_date ( num , num2 , num3 , NULL , now , tm ) = = 0 ) 617 break ; 618 /* yyyy-dd-mm? */ 619 if ( set_date ( num , num3 , num2 , NULL , now , tm ) = = 0 ) 620 break ; 621 } 622 /* Our eastern European friends say dd.mm.yy[yy] 623 * is the norm there, so giving precedence to 624 *...