Hi, I am new in this list and I think I will write something about my module, called Class::Date. This module is an OO interface to date and time, similar to Time::Object, the main advantage is: - Can parse scalar date by internal and external date-parsers like Date::Parse - Date and Time arithmetic can be customized with local variables, for example you can set whether you want to adjust DST, so adding one day to 2001-03-25 00:00:00 won't be 2001-03-26 01:00:00. - Stringification can be localized, so it can be used in interface modules like a DBD module - Easy to use, no need for long date-calculations with non-oo modules. - Well-defined error handling bugs and limitation: - Handles dates and times that is handled by the POSIX localtime and mktime functions, so dates before 1970 are not handled well. dLux -- ..all in all it's just another rule in the firewall. /Ping Flood/
