ExIcaoVds.Clock behaviour (ex_icao_vds v0.3.2)

Copy Markdown

Behaviour for time sources. Inject ExIcaoVds.Clocks.Fixed in tests to produce deterministic timestamps.

Summary

Callbacks

Return the current UTC datetime.

Return today's date in UTC.

Callbacks

utc_now(opts)

@callback utc_now(opts :: keyword()) :: DateTime.t()

Return the current UTC datetime.

utc_today(opts)

@callback utc_today(opts :: keyword()) :: Date.t()

Return today's date in UTC.