Observation¶
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).
Constructors¶
create¶
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¶
- local_date': Date val
- local_tod': TimeOfDay val
- offset_sec': I32 val
- abbreviation': String val
- is_dst': Bool val
Returns¶
- Observation val^
Public Functions¶
local_date¶
Returns¶
- Date val
local_tod¶
Returns¶
- TimeOfDay val
offset_sec¶
Returns¶
- I32 val
abbreviation¶
Returns¶
- String val
is_dst¶
Returns¶
- Bool val