TO TEST mtimefilter
the following is helpful

run, for example

../bin/mtimefilter -d "`./testmkstrtime -c 815123456 -zUTC0UTC`"

or

../bin/mtimefilter -d "`./testmkstrtime -c 815123456 -zEST5EDT` EST"


you should get back the same number, 815123456

last second of 32-bit epoch that this program will parse.
2038/01/18 22:14:07 UTC which is calendar time 2147483647

NOTE:
the  partime.c source file in this directory does not work 
correctly with this package, you must use the non GPL though
freely redistributable older version in ../notGPL directory.


