Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: Check current time between range of dates and times

by AcidHawk (Vicar)
on May 13, 2009 at 15:16 UTC ( [id://763794]=note: print w/replies, xml ) Need Help??


in reply to Re: Check current time between range of dates and times
in thread Check current time between range of dates and times

Yeah, thanks wjw I have looked (and still am looking) at Date::Calc and Date::Manip. However the logic is what I need more assistance on as apposed to what modules I need to use.

Thanks though.

-----
Of all the things I've lost in my life, its my mind I miss the most.
  • Comment on Re^2: Check current time between range of dates and times

Replies are listed 'Best First'.
Re^3: Check current time between range of dates and times
by wjw (Priest) on May 13, 2009 at 16:28 UTC
    Sorry for the mis-understanding..., but this is an interesting problem to me.

    If you were to determine:

    • What week I am in
    • The epoch start and epoch end value of the week
    • The epoch start and epoch end of each blackout period within the current week

    perhaps place the epoch start ends in a HOL, then iterate through checking your that your current time is not between any of the start/end times in the hash.

    If I understand it right, you only want to check your current time against those in you xml file that have start and end times. The idea here is to collect all of them in one place in epoch format, check against each pair, and if now is not between any of them, do some action.

    But then I may be way off track here too.. .

    Thanks for posting the problem. It is related to some things I do every day with event based data, and it is good to try to see into a similar problem from a different perspective..

    • ...the majority is always wrong, and always the last to know about it...
    • The Spice must flow...
    • ..by my will, and by will alone.. I set my mind in motion

Log In?
Username:
Password:

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

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

    No recent polls found