Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Make HTTP date usable

by wfsp (Abbot)
on Sep 17, 2009 at 12:09 UTC ( [id://795867]=note: print w/replies, xml ) Need Help??


in reply to Make HTTP date usable

#!/usr/bin/perl use warnings; use strict; use Date::Parse; my $date = q{Thu, 17 Sep 2009 11:09:02 GMT}; my $time = str2time($date); print $time;
1253185742

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://795867]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-03-29 02:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found