AceTime
1.0
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... | |
Static Public Attributes | |
static const uint8_t | kSuffixW = 0x00 |
Represents 'w' or wall time. More... | |
static const uint8_t | kSuffixS = 0x10 |
Represents 's' or standard time. More... | |
static const uint8_t | kSuffixU = 0x20 |
Represents 'u' or UTC time. More... | |
Metadata about the zone database.
A ZoneInfo struct will contain a pointer to this.
Definition at line 11 of file ZoneContext.h.
|
static |
Represents 's' or standard time.
Definition at line 16 of file ZoneContext.h.
|
static |
Represents 'u' or UTC time.
Definition at line 19 of file ZoneContext.h.
|
static |
Represents 'w' or wall time.
Definition at line 13 of file ZoneContext.h.
const int16_t ace_time::basic::ZoneContext::startYear |
Start year of the zone files.
Definition at line 30 of file ZoneContext.h.
const char* const ace_time::basic::ZoneContext::tzVersion |
TZ Database version which generated the zone info.
Definition at line 36 of file ZoneContext.h.
const int16_t ace_time::basic::ZoneContext::untilYear |
Until year of the zone files.
Definition at line 33 of file ZoneContext.h.