Basically Megasecs*1000000 + Secs is the number of seconds from 1/1/1970.<br><br>So just now I got<br><br>1> now().<br>{1228,665491,453000}<br>2> (1228*1000000+655491)/(60*60*24*365).<br>38.960410039320145<br><br>which gives us 38.9 yrs from 1/1/1970.<br>
<br>Microsecs is, of course, the number of micro secs in this seconds.<br><br>Robert<br><br><div class="gmail_quote">2008/12/6 Ahmed Ali <span dir="ltr"><<a href="mailto:ahmed.nawras@gmail.com">ahmed.nawras@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br>
<br>
I found now() function which returns {MegaSecs, Secs, Microsecs}. Now<br>
the next question is what is MegaSecs? and is Microsecs value is the<br>
number of microseconds in this second or is it also since zero hour<br>
(00:00 GMT, January 1, 1970)?<br>
<br>
Best regards,<br>
Ahmed<br>
<br>
On Sat, Dec 6, 2008 at 6:31 PM, Ahmed Ali <<a href="mailto:ahmed.nawras@gmail.com">ahmed.nawras@gmail.com</a>> wrote:<br>
> Hi List,<br>
><br>
> I'd like to get the current time in milliseconds. I've been looking<br>
> around but couldn't find a way to do this in Erlang. Can anyone please<br>
> help?<br>
><br>
> Best regards,<br>
><br>
> Ahmed<br>
><br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br>