<div dir="ltr">hello,<br><br>Using 18.0.3 on OS X 10.10.5. I even tried rebooting the machine to check if the time turns negative after a while, but it seems it is always negative.<br><br>erlang:monotonic_time().<br>-576460736152226213<br><br>Other timing calls:<br><br>erlang:system_info(time_correction).<br>true<br><br>erlang:system_info(os_monotonic_time_source).<br>[{function,clock_get_time},<br> {clock_id,'SYSTEM_CLOCK'},<br> {resolution,10000000},<br> {extended,no},<br> {parallel,yes},<br> {time,593734054849752}]<br><br>erlang:system_time().<br>1441101200986915220<br><br>erlang:unique_integer().<br>-576460752303423486<br><br>erlang:system_info(os_system_time_source).<br>[{function,clock_get_time},<br> {clock_id,'CALENDAR_CLOCK'},<br> {resolution,10000000},<br> {parallel,yes},<br> {time,1441101320775081000}]<br><br>Sergej<br></div>