BoltexNif.Time (boltex_nif v0.1.1)

View Source

A time-of-day with a fixed UTC offset (Bolt Time).

Elixir's built-in %Time{} has no timezone component, so Time is paired with offset_seconds here. Use %Time{} directly (via BoltexNif params) for the timezone-less Bolt LocalTime type.

Summary

Types

t()

@type t() :: %BoltexNif.Time{offset_seconds: integer(), time: Time.t()}