Copyright © 2015-2016 Michael Truog
Version: 1.5.2 Oct 7 2016 12:03:16 ------------------------------------------------------------------------
Authors: Michael Truog (mjtruog [at] gmail (dot) com).
microseconds/0 |
Microseconds since the UNIX epoch.(The UNIX epoch is 1970-01-01T00:00:00). |
microseconds_os/0 |
Microseconds since an undefined point in time, from the hardware.. |
milliseconds/0 |
Milliseconds since the UNIX epoch.(The UNIX epoch is 1970-01-01T00:00:00). |
milliseconds_os/0 |
Milliseconds since an undefined point in time, from the hardware.. |
seconds/0 |
Seconds since the UNIX epoch.(The UNIX epoch is 1970-01-01T00:00:00). |
seconds_filter/3 |
Filter a list of seconds since the UNIX epoch..The list is not ordered. |
seconds_os/0 |
Seconds since an undefined point in time, from the hardware.. |
timestamp/0 |
Return an Erlang VM timestamp.Not guaranteed to be strictly monotonically increasing (on Erlang >= 18.0). |
microseconds() -> any()
microseconds_os() -> any()
milliseconds() -> any()
milliseconds_os() -> any()
seconds() -> any()
seconds_filter(L, SecondsNow, MaxPeriod) -> any()
seconds_os() -> any()
timestamp() -> erlang:timestamp()
Generated by EDoc, Oct 7 2016, 12:03:16.