AceTime
0.3
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 <ExtendedZoneSpecifier.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... | |
const extended::ZoneEra * | 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 112 of file ExtendedZoneSpecifier.h.
const extended::ZoneEra* ace_time::extended::ZoneMatch::era |
The ZoneEra that matched the given year.
NonNullable.
Definition at line 120 of file ExtendedZoneSpecifier.h.
DateTuple ace_time::extended::ZoneMatch::startDateTime |
The effective start time of the matching ZoneEra.
Definition at line 114 of file ExtendedZoneSpecifier.h.
DateTuple ace_time::extended::ZoneMatch::untilDateTime |
The effective until time of the matching ZoneEra.
Definition at line 117 of file ExtendedZoneSpecifier.h.