AceTime
0.6
Date and time classes for Arduino that support timezones from the TZ Database, and a system clock that can synchronize from an NTP server or an RTC chip.
|
Data structure that captures the matching ZoneEra and its ZoneRule transitions for a given year. More...
#include <ExtendedZoneProcessor.h>
Public Member Functions | |
void | log () const |
Public Attributes | |
DateTuple | startDateTime |
The effective start time of the matching ZoneEra. More... | |
DateTuple | untilDateTime |
The effective until time of the matching ZoneEra. More... | |
ZoneEraBroker | era |
The ZoneEra that matched the given year. More... | |
Data structure that captures the matching ZoneEra and its ZoneRule transitions for a given year.
Can be cached based on the year.
Definition at line 124 of file ExtendedZoneProcessor.h.
ZoneEraBroker ace_time::extended::ZoneMatch::era |
The ZoneEra that matched the given year.
NonNullable.
Definition at line 132 of file ExtendedZoneProcessor.h.
DateTuple ace_time::extended::ZoneMatch::startDateTime |
The effective start time of the matching ZoneEra.
Definition at line 126 of file ExtendedZoneProcessor.h.
DateTuple ace_time::extended::ZoneMatch::untilDateTime |
The effective until time of the matching ZoneEra.
Definition at line 129 of file ExtendedZoneProcessor.h.