AceTime
1.7.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. | |
ZEB | 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.
ZEB | type of ZoneEraBroker |
Definition at line 132 of file ExtendedZoneProcessor.h.
ZEB ace_time::extended::ZoneMatchTemplate< ZEB >::era |
The ZoneEra that matched the given year.
NonNullable.
Definition at line 140 of file ExtendedZoneProcessor.h.