AceTime
0.5
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.
|
Metadata about the zone database. More...
#include <ZoneContext.h>
Public Attributes | |
const int16_t | startYear |
Start year of the zone files. More... | |
const int16_t | untilYear |
Until year of the zone files. More... | |
const char *const | tzVersion |
TZ Database version which generated the zone info. More... | |
Metadata about the zone database.
A ZoneInfo struct will contain a pointer to this.
Definition at line 11 of file ZoneContext.h.
const int16_t ace_time::extended::ZoneContext::startYear |
Start year of the zone files.
Definition at line 21 of file ZoneContext.h.
const char* const ace_time::extended::ZoneContext::tzVersion |
TZ Database version which generated the zone info.
Definition at line 27 of file ZoneContext.h.
const int16_t ace_time::extended::ZoneContext::untilYear |
Until year of the zone files.
Definition at line 24 of file ZoneContext.h.