Packages

Tipalti integration library for Elixir, including Payee and Payer SOAP API clients and iFrame integration helpers.

Current section

Files

Jump to
tipalti lib tipalti system_time.ex
Raw

lib/tipalti/system_time.ex

defmodule Tipalti.SystemTime do
@moduledoc false
@spec timestamp :: integer()
def timestamp do
DateTime.utc_now() |> DateTime.to_unix()
end
end