On Fri, Jun 09, 2006 at 12:41:51PM +0200, houghi wrote:
> Strange. I don't get any bogus date message.
> Do you get them on the directory that you posted (aug'97) or on other
> directories?

Still curious if it happend with other directories. I can imagine that it
did if the date format changed later on. If the error comes from other
directories, it would be nice to know where it came from and have it
available to test it.

I have found str2time which makes ASCII time from the time. So far so good.
The next step is to make it into "ANSI C asctime() format". time2str turns
it into HTTP readable stuff.

So who knows how to turn ASCII time into ANSI time in perl? I have
something, yet it does NOT give the correct output:

[EMAIL PROTECTED] : diff hypetombox.pl.orig hypetombox.pl  
40a41
> use HTTP::Date;
143a145,147
>               elsif($time = str2time($received)) {
>                       $date = time2str($time);
>               }


houghi
-- 
This openSUSE  mailinglist is about the community.  All discussion about
the community is welcome.                If you have a techical question
just subscribe  via this email  address: [EMAIL PROTECTED],
post your original email again there, and you will get a straight answer.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to