98.112901:
	Slight change to avoid an "Use of uninitialized value" error
	pointed out by Mike Coffin <mhc@Eng.Sun.COM>.
98.112801:
	It turns out that Sybase emits time values like "3:09:59:000PM".  The
	last three digits are milliseconds.  Such times are now recognized
	but the milliseconds are ignored.  Change requested by
	ryanmcleish <ryan@email.labmed.umn.edu>.

	Corrected the documenation on strftime conversions for %d and %e.  The
	code and the documentation now agree:
		%d - 01 to 31
		%e -  1 to 31
98.052201:
	Minor bugfix: didn't recognize 5/18/1998.
97.092101:
	Fix a 5.004 warning.
	Add support for "June 4, 1997"
96.110801:
	Added support for negative relative times.
	Bugfix: "now" by itself was ignored.
	Bugfix: could not combine "now" with time offsets (only date offsets)
96.032801:
	Added support for "TZN
96.032702: 
	This is the first release to use the Makefile.PL 
	packaging.  There are many changes with repect to 
	previous releases.  All modules now running with -w and
	use strict.

	CTime.pm: should be faster
	ParseDate.pm: core logic changed, more dates parsed.
	datetime.t: more tests
	Timezone.pm: ripped out tzset code and replaced it
		with code from Graham Barr <bodg@tiuk.ti.com>