Alberto Manuel Brandao Simoes schreef:
> First, send any answer CC to me, given that I am not in the mailing list.
> 
> Is there anyway DateTime can guess a date format? I'm processing RSS 
> files and, unfortunately, they are not coherent in the datetime they use.

The best module for "guessing" datetimes is probably Date::Manip. You
can use the DateTime::Format::DateManip module to convert the output
of Date::Manip to DateTime's.

Eugene

Reply via email to