http://gothub.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion/git/git/blob/master/date.c
And note how it doesn't do the summer-time conversion. 374 * 375 * In my world, it's always summer, and things are probably a bit off 376 * in other ways too. 377 */ 378 static const struct { 379 const char * name ; 380 int offset ; 381 int dst ; 382 } timezone_names [ ] = { 383 { " IDLW " , - 12 , 0 , } , /* International Date Line West */ 384 { " NT " , - 11 , 0 , } , /* Nome */ 385 { " CAT " , - 10 , 0 , } , /* Central Alaska */ 386 { " HST " , - 10 ,...