Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

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

by wjw (Priest)
on May 13, 2009 at 16:28 UTC ( [id://763829]=note: print w/replies, xml ) Need Help??


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

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
  • Comment on Re^3: Check current time between range of dates and times

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (2)
As of 2024-04-26 02:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found