Revision history for Perl extension Time::Format.

0.01  2003 June 8
	- First version

0.02  2003 June 10
        - Change the %time formatting codes.
        - Speed up the code somewhat.
        - Add many tests

0.03  2003 June 11
        - Fix the tests to work in other time zones than my own!

0.04  2003 June 13
        - Add internationalization support (Month/weekday names).
        - Expose underlying function interface to all hashes.
        - Export %time and time_format by default.

0.05  2003 June 17
        - Add "tz" timezone format code to %time.
        - Change unambiguous month/minute format codes.
        - Some minor speed improvements.

0.06  2003 June 20
        - Fix handling of "yyyy/mon".
        - Minor documentation fixes.
        - Add th/TH formatting codes.
        - Allow backslash escaping in format strings.