<div dir="auto">Hi Everyone </div><div dir="auto"><br></div><div dir="auto">Yesterday, a Java developer told me that getting unique timestamps is only guaranteed to be possible between COREs on the same CPU. Stated otherwise, two processes on two different CPUs could get the same timestamp.</div><div dir="auto"><br></div><div dir="auto">I’m now wondering if calls to “erlang:system_time/1” are strictly monotonic (<a href="https://erlang.org/doc/apps/erts/time_correction.html#strictly-monotonically-increasing">https://erlang.org/doc/apps/erts/time_correction.html#strictly-monotonically-increasing</a>) between Erlang processes on the same scheduler, and even between Erlang processes on different schedulers.</div><div dir="auto"><br></div><div dir="auto">Can anyone clarify please?</div><div dir="auto"><br></div><div dir="auto">/Frank</div>