Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: High-speed Date Formatting

by rjt (Curate)
on Jul 12, 2013 at 00:54 UTC ( #1043845=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub str2epoch {
        my( $d, $m, $y, $H, $M, $S, $tz ) = $_[0] =~
            m/^.... (\d\d) (...) (\d\d\d\d) (\d\d):(\d\d):(\d\d) ([+-]\d{4
    +})/
    ...
        (((($y-1970)*365 +$leaps+MONTHS->{$m}+($d-1))*24 +$H)*60 +$M)*60 +
    +$S
                  - ($tz < 0 ? -1 : 1)*(substr($tz,1,2)*3600 + substr($tz,
    +3)*60);
    }
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others pondering the Monastery: (6)
As of 2023-06-02 09:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?