Module cloudi_timestamp

Timestamp operations

.

Copyright © 2015 Michael Truog

Version: 1.5.0 Apr 12 2015 20:34:50 ------------------------------------------------------------------------

Authors: Michael Truog (mjtruog [at] gmail (dot) com).

Description

Timestamp operations

Function Index

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).

Function Details

seconds/0

seconds() -> any()

Seconds since the UNIX epoch.

(The UNIX epoch is 1970-01-01T00:00:00)

seconds_filter/3

seconds_filter(L, SecondsNow, MaxPeriod) -> any()

Filter a list of seconds since the UNIX epoch..

The list is not ordered.

timestamp/0

timestamp() -> erlang:timestamp()

Return an Erlang VM timestamp.

Not guaranteed to be strictly monotonically increasing (on Erlang >= 18.0).


Generated by EDoc, Apr 12 2015, 20:34:50.