<div dir="ltr"><div>I think you would normally run a separate NTP client which calls into the kernel and sets the time accordingly. There are some very small NTP clients out there. I know Poul Henning Kamp is currently planning to do some work in the area[0] and ntimed is already there and a fairly small NTP client (and only a client).<br><br></div>As for the Erlang support, there is a couple of write-ups on how it handles the situation where the NTP client decides to move time suddenly. This is called a "warp", and how you configure your ERTS determines how it reacts. You have to pick the right solution for your situation:<br><br><a href="http://erlang.org/doc/apps/erts/time_correction.html">http://erlang.org/doc/apps/erts/time_correction.html</a><br><a href="http://learnyousomeerlang.com/time#time-warp">http://learnyousomeerlang.com/time#time-warp</a><br><br><div><br>[0] <a href="http://nwtime.org/projects/ntimed/">http://nwtime.org/projects/ntimed/</a><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Jan 25, 2017 at 9:31 AM Arun <<a href="mailto:arunp@utl.in">arunp@utl.in</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br class="gmail_msg">
<br class="gmail_msg">
     I am developing an erlang application which runs on a hardware<br class="gmail_msg">
device and the device is connected in a network where a dedicated ntp<br class="gmail_msg">
server is available. Now the difficulty what I am facing is that my<br class="gmail_msg">
system time is not getting synced with ntp server, is there any support<br class="gmail_msg">
available in erlang so that I can directly sync my system time with ntp<br class="gmail_msg">
server by directly providing ntp server address.<br class="gmail_msg">
<br class="gmail_msg">
Thanks in advance<br class="gmail_msg">
Arun<br class="gmail_msg">
_______________________________________________<br class="gmail_msg">
erlang-questions mailing list<br class="gmail_msg">
<a href="mailto:erlang-questions@erlang.org" class="gmail_msg" target="_blank">erlang-questions@erlang.org</a><br class="gmail_msg">
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" class="gmail_msg" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br class="gmail_msg">
</blockquote></div>