AceTime
1.1.2
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. | |
DateTuple | untilDateTime |
The effective until time of the matching ZoneEra. | |
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 130 of file ExtendedZoneProcessor.h.
ZoneEraBroker ace_time::extended::ZoneMatch::era |
The ZoneEra that matched the given year.
NonNullable.
Definition at line 138 of file ExtendedZoneProcessor.h.