Bolty.Types.TimeWithTZOffset
(Bolty v0.0.10)
Copy Markdown
Manage a Time and its time zone offset.
This temporal types hs been added in bolt v2
Summary
Functions
Create a valid TimeWithTZOffset from a Time and offset in seconds
Convert TimeWithTZOffset struct in a cypher-compliant string
Types
@type t() :: %Bolty.Types.TimeWithTZOffset{ time: Calendar.time(), timezone_offset: integer() }