Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: epoch time

by johngg (Canon)
on Jan 31, 2007 at 17:10 UTC ( [id://597570]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $time = timelocal(0, 0, 0, $d, $m-1, $y - 1900);
    
  2. or download this
    my %month_num_by_name = (
       JAN => 0,
       FEB => 1,
       ...
    );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (2)
As of 2024-04-26 05:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found