<div dir="ltr">Hi!<br><br>Maybe erlang:system_info(start_time) is what are you looking for.<br><br>Get Unix time at system start:<br>erlang:convert_time_unit(erlang:system_info(start_time) + erlang:time_offset(), native, seconds).<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 23, 2017 at 2:05 PM, Roger Lipscombe <span dir="ltr"><<a href="mailto:roger@differentpla.net" target="_blank">roger@differentpla.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I can get the node's uptime with erlang:statistics(wall_clock), which<br>
is in milliseconds, and can easily be converted into days, hours, etc.<br>
representing how long this node has been up.<br>
<br>
Is there an easy way to get the start time of the node, represented as<br>
a UTC date/time? I'd like to be able to print "Up since dd/MM/yyyy (D<br>
days ...", etc.<br>
<br>
Obviously, I *could* subtract the uptime from the current date/time,<br>
but that seems more complicated than necessary, assuming the node has<br>
(somewhere) the actual start time.<br>
<br>
Thanks,<br>
Roger.<br>
______________________________<wbr>_________________<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" rel="noreferrer" target="_blank">http://erlang.org/mailman/<wbr>listinfo/erlang-questions</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><font face="'courier new', monospace">Danil Zagoskin | <a href="mailto:z@gosk.in" target="_blank">z@gosk.in</a></font></div></div></div>
</div>