AceTime
3.0.0
Date and time classes for Arduino that support timezones from the TZ Database.
|
Data structure that captures the matching ZoneEra and its ZoneRule transitions for a given year. More...
#include <Transition.h>
Public Member Functions | |
void | log () const |
Public Attributes | |
DateTuple | startDateTime |
The effective start time of the matching ZoneEra, which uses the UTC offsets of the previous matching era. | |
DateTuple | untilDateTime |
The effective until time of the matching ZoneEra. | |
D::ZoneEraBroker | era |
The ZoneEra that matched the given year. More... | |
MatchingEraTemplate * | prevMatch |
The previous MatchingEra, needed to interpret startDateTime. More... | |
int32_t | lastOffsetSeconds |
The STD offset of the last Transition in this MatchingEra. | |
int32_t | lastDeltaSeconds |
The DST offset of the last Transition in this MatchingEra. | |
Data structure that captures the matching ZoneEra and its ZoneRule transitions for a given year.
Can be cached based on the year.
D | container type of ZoneInfo database |
Definition at line 47 of file Transition.h.
D::ZoneEraBroker ace_time::extended::MatchingEraTemplate< D >::era |
MatchingEraTemplate* ace_time::extended::MatchingEraTemplate< D >::prevMatch |
The previous MatchingEra, needed to interpret startDateTime.
Definition at line 61 of file Transition.h.