<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><div class="gmail_default" style="font-size:13px">It should be fairly trivial to first convert the range to the UTC, and then check if erlang:now() fits in that range.</div>
<div class="gmail_default" style="font-size:13px"><br></div><div class="gmail_default" style="font-size:13px">Perhaps you can reuse of the functions in this project: <a href="https://github.com/saleyn/gen_timed_server" target="_blank" style="font-family:arial">https://github.com/saleyn/gen_timed_server</a> which implements a scheduling supervisor that runs a child process on given days / time of day ranges.</div>
<div class="gmail_default" style="font-size:13px"><br></div><div class="gmail_default" style="font-size:13px">Serge</div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Sep 10, 2013 at 3:34 PM, Mark Allen <span dir="ltr"><<a href="mailto:mallen@alertlogic.com" target="_blank">mallen@alertlogic.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">At $DAYJOB, my team is working on a project where we need to compute a time range (like 9am to 9pm in a specified timezone) and see if erlang:now() is in that time range and take a different action if the bool is true or false.<br>

<br>
Are there any good libraries for working with time ranges like this?  I wanted to ask before we re-invent the wheel.  I didn't find anything especially appropriate on a cursory web search.<br>
<br>
Thanks.<br>
<br>
Mark<br>
<br>
Mark Allen<br>
Sr Software Developer<br>
Alert Logic<br>
<br>
E: <a href="mailto:mallen@alertlogic.com">mallen@alertlogic.com</a><br>
<br>
<br>
<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br></div>