AceTime  0.5.2
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.
Public Attributes | List of all members
ace_time::extended::ZoneContext Struct Reference

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...
 

Detailed Description

Metadata about the zone database.

A ZoneInfo struct will contain a pointer to this.

Definition at line 11 of file ZoneContext.h.

Member Data Documentation

◆ startYear

const int16_t ace_time::extended::ZoneContext::startYear

Start year of the zone files.

Definition at line 21 of file ZoneContext.h.

◆ tzVersion

const char* const ace_time::extended::ZoneContext::tzVersion

TZ Database version which generated the zone info.

Definition at line 27 of file ZoneContext.h.

◆ untilYear

const int16_t ace_time::extended::ZoneContext::untilYear

Until year of the zone files.

Definition at line 24 of file ZoneContext.h.


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