[erlang-questions] Unix Epoch

Roberto Ostinelli roberto@REDACTED
Sun May 2 15:41:26 CEST 2010


sorry, my bad. too fast in responding, must be my 38° fever. ignore my
previous message.

r.

2010/5/2 Roberto Ostinelli <roberto@REDACTED>:
> i would suggest:
>
> unix_time() ->
>        {M, S, _} = now(),
>        M*1000000 + S.
>
> r.


More information about the erlang-questions mailing list