AceTime  2.1.0
Date and time classes for Arduino that support timezones from the TZ Database.
Public Attributes | Static Public Attributes | List of all members
ace_time::internal::ZoneContext Struct Reference

Metadata about the zone database. More...

#include <ZoneContext.h>

Public Attributes

int16_t startYear
 Start year of the zone files.
 
int16_t untilYear
 Until year of the zone files.
 
const char * tzVersion
 TZ Database version which generated the zone info.
 
uint8_t numFragments
 Number of fragments.
 
const char *const * fragments
 Zone Name fragment list.
 

Static Public Attributes

static const uint8_t kSuffixW = 0x00
 Represents 'w' or wall time.
 
static const uint8_t kSuffixS = 0x10
 Represents 's' or standard time.
 
static const uint8_t kSuffixU = 0x20
 Represents 'u' or UTC time.
 

Detailed Description

Metadata about the zone database.

A ZoneInfo struct will contain a pointer to this.

Definition at line 16 of file ZoneContext.h.


The documentation for this struct was generated from the following file: