I don't know if this has been noticed, but amtoc -v returns 19100 as the
year instead of 2000. Here's a fix I came up with:
Modify line 141 of the amtoc file to read:
printf ("\t%d-$mon-$mday",$year+1900);
This seems to fix it. -- Eric
