View Source Bolt.Sips.Types.TimeWithTZOffset (Boltx v0.0.1)
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() :: %Bolt.Sips.Types.TimeWithTZOffset{ time: Calendar.time(), timezone_offset: integer() }
Functions
@spec create(Calendar.time(), integer()) :: t()
Create a valid TimeWithTZOffset from a Time and offset in seconds
Convert TimeWithTZOffset struct in a cypher-compliant string