When I request a newsletter from yahoo around midnight here in CA, I get one date (Eastern) when I request the page in a perl script and another (Pacific) when I just look at it in a browser (Firefox, whose UA string I use in the script). Anyone out there know why (&or how to correct)? I'm guessing Firefox sends along timezone info in the request header, but haven't been able to confirm this or find out how to do it in perl. Related: is there a way in firefox to dump a full request with headers to the screen rather than sending it along? Thanks.