Skip to content

Observation

[Source]

Local fields + offset + abbreviation + isdst flag for a (zone, instant) pair. Matches what zdump emits per transition record (used as the comparison surface for differential testing against zdump).

class val Observation

Constructors

create

[Source]

new val create(
  local_date': Date val,
  local_tod': TimeOfDay val,
  offset_sec': I32 val,
  abbreviation': String val,
  is_dst': Bool val)
: Observation val^

Parameters

Returns


Public Functions

local_date

[Source]

fun val local_date()
: Date val

Returns


local_tod

[Source]

fun val local_tod()
: TimeOfDay val

Returns


offset_sec

[Source]

fun val offset_sec()
: I32 val

Returns


abbreviation

[Source]

fun val abbreviation()
: String val

Returns


is_dst

[Source]

fun val is_dst()
: Bool val

Returns