AceTime  3.0.0
Date and time classes for Arduino that support timezones from the TZ Database.
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nace_time
 Nbasic
 CTransitionTemplateData structure that defines the start of a specific UTC offset as described by the matching ZoneEra and its ZoneRule for a given year
 Nextended
 CDateTupleA tuple that represents a date and time
 CYearMonthTupleA simple tuple to represent a year/month pair
 CMatchingEraTemplateData structure that captures the matching ZoneEra and its ZoneRule transitions for a given year
 CTransitionTemplateRepresents an interval of time where the time zone obeyed a certain UTC offset and DST delta
 CTransitionForSecondsTemplateTuple of a matching Transition and its 'fold'
 CTransitionForDateTimeTemplateThe result of the findTransitionForDateTime(const LocalDatetime& ldt) method which can return 0, 1, or 2 matching Transitions depending on whether the DateTime is an exact match, in the gap, or in the overlap
 CTransitionStorageTemplateA heap manager which is specialized and tuned to manage a collection of Transitions, keeping track of unused, used, and active states, using a fixed array of Transitions
 CBasicZoneProcessorTemplateAn implementation of ZoneProcessor that supports a subset of the zones containing in the TZ Database
 CBasicZoneProcessorA specific implementation of BasicZoneProcessorTemplate that uses ZoneXxxBrokers which read from zonedb files in PROGMEM flash memory
 CDateStringsClass that translates a numeric month (1-12) or dayOfWeek (1-7) into a human readable string
 CCompleteZoneProcessorA specific implementation of ExtendedZoneProcessorTemplate that uses the complete::ZoneXxxBrokers classes which read from 'zonedbc' files in PROGMEM flash memory using the high-resolution zoneinfo data structures
 CEpochUtility functions for setting, retrieving, and converting the current epoch
 CEpochConverterHinnantUtility class that converts AceTime epoch days to (year, month, day) in the Gregorian calendar and vise versa
 CEpochConverterJulianUtility class that converts AceTime epoch days to (year, month, day) in the Gregorian calendar and vise versa
 CExtendedZoneProcessorTemplateAn implementation of ZoneProcessor that supports for all zones defined by the TZ Database
 CExtendedZoneProcessorA specific implementation of ExtendedZoneProcessorTemplate that uses the extended::Info::ZoneXxxBrokers classes which read from 'zonedbx' files in PROGMEM flash memory
 CLocalDateThe date (year, month, day) representing the date without regards to time zone
 CLocalDateTimeClass that holds the date-time as the components (year, month, day, hour, minute, second) without regards to the time zone
 CLocalTimeThe time (hour, minute, second) fields representing the time without regards to the day or the time zone
 COffsetDateTimeThe date (year, month, day), time (hour, minute, second) and fixed offset from UTC (timeOffset)
 CTimeOffsetA thin wrapper that represents a time offset from a reference point, usually 00:00 at UTC, but not always
 CTimePeriodRepresents a period of time relative to some known point in time, potentially represented by a DateTime
 CTimeZoneClass that describes a time zone
 CTimeZoneDataData structure that captures the internal state of a TimeZone object with enough information so that it can be serialized using TimeZone::toTimeZoneData() then reconstructed using ZoneManager::createForTimeZoneData()
 CZoneTemplateA thin wrapper around a ZoneInfo data structure to provide a stable API access to some useful ZoneInfo data
 CZonedDateTimeThe date (year, month, day), time (hour, minute, second), and a timeZone object that supports the zones defined by the IANA TZ database
 CZonedExtra
 CZoneManagerBase class for ManualZoneManager, BasicZoneManager, and ExtendedZoneManager to keep ZoneManager::kInvalidIndex for backwards compatibility
 CManualZoneManagerA simple version of ZoneManager that converts a manual TimeZoneData with fixed STD and DST offsets into a TimeZone
 CZoneManagerTemplateA templatized implementation of ZoneManager that binds the ZoneRegistrar with the corresponding (Basic|Extended)ZoneProcessorCache
 CFindResultResult of a search for transition at a specific epochSeconds or a specific LocalDateTime
 CZoneProcessorBase interface for ZoneProcessor classes
 CMonthDayThe result of calcStartDayOfMonth()
 CZoneProcessorCacheBaseTemplateThe template class of BasicZoneProcessorCacheBase or ExtendedZoneProcessorCacheBase
 CBasicZoneProcessorCacheAn implementation of a BasicZoneProcessorCacheBase where the cache of size SIZE is embedded into the class itself
 CExtendedZoneProcessorCacheAn implementation of an ExtendedZoneProcessorCacheBase where the cache of size SIZE is embedded into the class itself
 CCompleteZoneProcessorCacheAn implementation of an CompleteZoneProcessorCacheBase where the cache of size SIZE is embedded into the class itself
 CZoneRegistrarTemplateClass that allows looking up the ZoneInfo from its TZDB identifier (e.g
 CZoneSorterByNameZoneSorterByName, templatized on BasicZoneManager or ExtendedZoneManager
 CZoneSorterByOffsetAndNameZoneSorterByOffsetAndName, templatized on a ZoneManager (BasicZoneManager, ExtendedZoneManager, or CompleteZoneManager)
 CZoneInfoHighWrapper class so that the entire collection can be referenced as a singel template parameter
 CZoneContextMetadata about the zone database
 CZoneContextBrokerData broker for accessing a ZoneContext
 CZoneEraAn entry in ZoneInfo which describes which ZonePolicy was being followed during a particular time period
 CZoneEraBrokerData broker for accessing ZoneEra
 CZoneInfoRepresentation of a given time zone, implemented as an array of ZoneEra records
 CZoneInfoBrokerData broker for accessing ZoneInfo
 CZoneInfoStoreA storage object that creates an ZoneInfoBroker from a key that identifies the ZoneInfo
 CZonePolicyA collection of transition rules which describe the DST rules of a given administrative region
 CZonePolicyBrokerData broker for accessing ZonePolicy
 CZoneRegistryBrokerData broker for accessing the ZoneRegistry
 CZoneRuleA time zone transition rule
 CZoneRuleBrokerData broker for accessing ZoneRule
 CZoneInfoLow
 CZoneContextMetadata about the zone database
 CZoneContextBrokerData broker for accessing a ZoneContext
 CZoneEraAn entry in ZoneInfo which describes which ZonePolicy was being followed during a particular time period
 CZoneEraBrokerData broker for accessing ZoneEra
 CZoneInfoRepresentation of a given time zone, implemented as an array of ZoneEra records
 CZoneInfoBrokerData broker for accessing ZoneInfo
 CZoneInfoStoreA storage object that creates an ZoneInfoBroker from a key that identifies the ZoneInfo
 CZonePolicyA collection of transition rules which describe the DST rules of a given administrative region
 CZonePolicyBrokerData broker for accessing ZonePolicy
 CZoneRegistryBrokerData broker for accessing the ZoneRegistry
 CZoneRuleA time zone transition rule
 CZoneRuleBrokerData broker for accessing ZoneRule
 CZoneInfoMidWrapper class so that the entire collection can be referenced as a singel template parameter
 CZoneContextMetadata about the zone database
 CZoneContextBrokerData broker for accessing a ZoneContext
 CZoneEraAn entry in ZoneInfo which describes which ZonePolicy was being followed during a particular time period
 CZoneEraBrokerData broker for accessing ZoneEra
 CZoneInfoRepresentation of a given time zone, implemented as an array of ZoneEra records
 CZoneInfoBrokerData broker for accessing ZoneInfo
 CZoneInfoStoreA storage object that creates an ZoneInfoBroker from a key that identifies the ZoneInfo
 CZonePolicyA collection of transition rules which describe the DST rules of a given administrative region
 CZonePolicyBrokerData broker for accessing ZonePolicy
 CZoneRegistryBrokerData broker for accessing the ZoneRegistry
 CZoneRuleA time zone transition rule
 CZoneRuleBrokerData broker for accessing ZoneRule