Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^2: efficient determination of in/out of hours

by Random_Walk (Prior)
on Oct 17, 2013 at 15:45 UTC ( [id://1058639]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $now = time;
    my $today = $now - ($now % 86400);
    ...
        ...
    }
    ...
    
  2. or download this
    start of day (epoch based):Thu Oct 17 01:00:00 2013
    Bank Hols
    Mon Oct 21 00:00:00 2013
    Mon Feb  3 00:00:00 2014
    

Log In?
Username:
Password:

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

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

    No recent polls found