[erlang-questions] setting a timer for a given date and time
Hynek Vychodil
vychodil.hynek@REDACTED
Tue Nov 4 17:12:49 CET 2008
I haven't found ({Date, Time}) -> {MegaSecs, Secs, MicroSecs} function.
On Tue, Nov 4, 2008 at 5:00 PM, Oscar Hellström <oscar@REDACTED
> wrote:
> How about timer:now_diff/2
>
> Hynek Vychodil wrote:
> > calendar:time_difference/2 is signed as deprecated in documentation.
> >
> > On Tue, Nov 4, 2008 at 4:00 PM, Joel Reymont <joelr1@REDACTED
> > <mailto:joelr1@REDACTED>> wrote:
> >
> > What is a robust way of setting a timer for a given UTC date and
> time?
> >
> > I guess I can take the difference between now (UTC) and the given
> > datetime using calendar:time_difference/2. This would give me seconds
> > which I could multiply by 1000 to get the milliseconds the timer
> > needs.
> >
> > Would this be the best approach, though?
> >
> > Thanks, Joel
> >
> > --
> > http://wagerlabs.com
> > _______________________________________________
> > erlang-questions mailing list
> > erlang-questions@REDACTED <mailto:erlang-questions@REDACTED>
> > http://www.erlang.org/mailman/listinfo/erlang-questions
> >
> >
> >
> >
> > --
> > --Hynek (Pichi) Vychodil
> >
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > erlang-questions mailing list
> > erlang-questions@REDACTED
> > http://www.erlang.org/mailman/listinfo/erlang-questions
>
> Best regards
> --
> Oscar Hellström, oscar@REDACTED
> Office: +44 20 7655 0337
> Mobile: +44 798 45 44 773
> Erlang Training and Consulting
> http://www.erlang-consulting.com/
>
--
--Hynek (Pichi) Vychodil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20081104/3491f8a2/attachment.htm>
More information about the erlang-questions
mailing list