Hi,

        Using LWP, doing a standard type :

        $getresults = $useragent->request($getrequest);

        Problem is I'm getting things like :

Day too big - 24927 > 24855
Sec too small - 24927 < 74752
Sec too big - 24927 > 11647
Day too big - 24927 > 24855
Sec too small - 24927 < 74752


        I'm having a feeling that its from the cookies
the end is sending :

Set-Cookie: CFID=386173;expires=Thu, 01-Apr-2038 00:31:39 GMT;path=/
Set-Cookie: CFTOKEN=18309308;expires=Thu, 01-Apr-2038 00:31:39 GMT;path=/

        Since the end of the world is already set for 
03:14:08 UTC on 19 January 2038. 

        Anything I can do to get LWP to tell Time::Local to set 
no_range_check if thats actually the way to resolve it?

                Thanks, Tuc

Reply via email to