SNTP.now

You're seeing just the function now, go back to SNTP module for more information.

Specs

now() :: pos_integer()

Returns the system time in milliseconds. If the SNTP.Retriever is running then it will return the adjusted system time.

Examples

iex> SNTP.now()
System.system_time(1000)