Copyright © 2015 Michael Truog
Version: 1.5.0 Apr 12 2015 20:34:50 ------------------------------------------------------------------------
Authors: Michael Truog (mjtruog [at] gmail (dot) com).
| 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. |
| timestamp/0 |
Return an Erlang VM timestamp.Not guaranteed to be strictly monotonically increasing (on Erlang >= 18.0). |
seconds() -> any()
seconds_filter(L, SecondsNow, MaxPeriod) -> any()
timestamp() -> erlang:timestamp()
Generated by EDoc, Apr 12 2015, 20:34:50.