View Source CliexMap.SysInterface (CliexMap v0.2.5)
Implements all system dependent functions
Summary
Functions
Calculates the UTC (we cannot rely on installed timezone local) timestamp in seconds
Types
@type ast() :: any()
@type binaries() :: [binary()]
@type either(success_t, error_t) :: {:ok, success_t} | {:error, error_t}
@type line_nb_t() :: non_neg_integer()
@type maybe(t) :: nil | t
Functions
@spec now() :: integer()
Calculates the UTC (we cannot rely on installed timezone local) timestamp in seconds