AceTime
3.0.0
Date and time classes for Arduino that support timezones from the TZ Database.
|
Cace_time::DateStrings | Class that translates a numeric month (1-12) or dayOfWeek (1-7) into a human readable string |
Cace_time::extended::DateTuple | A tuple that represents a date and time |
Cace_time::Epoch | Utility functions for setting, retrieving, and converting the current epoch |
Cace_time::EpochConverterHinnant | Utility class that converts AceTime epoch days to (year, month, day) in the Gregorian calendar and vise versa |
Cace_time::EpochConverterJulian | Utility class that converts AceTime epoch days to (year, month, day) in the Gregorian calendar and vise versa |
Cace_time::FindResult | Result of a search for transition at a specific epochSeconds or a specific LocalDateTime |
Cace_time::LocalDate | The date (year, month, day) representing the date without regards to time zone |
Cace_time::LocalDateTime | Class that holds the date-time as the components (year, month, day, hour, minute, second) without regards to the time zone |
Cace_time::LocalTime | The time (hour, minute, second) fields representing the time without regards to the day or the time zone |
Cace_time::ManualZoneManager | A simple version of ZoneManager that converts a manual TimeZoneData with fixed STD and DST offsets into a TimeZone |
Cace_time::extended::MatchingEraTemplate< D > | Data structure that captures the matching ZoneEra and its ZoneRule transitions for a given year |
Cace_time::MonthDay | The result of calcStartDayOfMonth() |
Cace_time::OffsetDateTime | The date (year, month, day), time (hour, minute, second) and fixed offset from UTC (timeOffset) |
Cace_time::TimeOffset | A thin wrapper that represents a time offset from a reference point, usually 00:00 at UTC, but not always |
Cace_time::TimePeriod | Represents a period of time relative to some known point in time, potentially represented by a DateTime |
Cace_time::TimeZone | Class that describes a time zone |
Cace_time::TimeZoneData | Data 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() |
Cace_time::extended::TransitionForDateTimeTemplate< D > | The 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 |
Cace_time::extended::TransitionForSecondsTemplate< D > | Tuple of a matching Transition and its 'fold' |
Cace_time::extended::TransitionStorageTemplate< SIZE, D > | A 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 |
Cace_time::extended::TransitionStorageTemplate< kMaxTransitions, D > | |
Cace_time::basic::TransitionTemplate< D > | Data structure that defines the start of a specific UTC offset as described by the matching ZoneEra and its ZoneRule for a given year |
Cace_time::extended::TransitionTemplate< D > | Represents an interval of time where the time zone obeyed a certain UTC offset and DST delta |
Cace_time::extended::YearMonthTuple | A simple tuple to represent a year/month pair |
Cace_time::ZoneInfoHigh::ZoneContext | Metadata about the zone database |
Cace_time::ZoneInfoLow::ZoneContext | Metadata about the zone database |
Cace_time::ZoneInfoMid::ZoneContext | Metadata about the zone database |
Cace_time::ZoneInfoHigh::ZoneContextBroker | Data broker for accessing a ZoneContext |
Cace_time::ZoneInfoLow::ZoneContextBroker | Data broker for accessing a ZoneContext |
Cace_time::ZoneInfoMid::ZoneContextBroker | Data broker for accessing a ZoneContext |
Cace_time::ZonedDateTime | The date (year, month, day), time (hour, minute, second), and a timeZone object that supports the zones defined by the IANA TZ database |
Cace_time::ZonedExtra | |
Cace_time::ZoneInfoHigh::ZoneEra | An entry in ZoneInfo which describes which ZonePolicy was being followed during a particular time period |
Cace_time::ZoneInfoLow::ZoneEra | An entry in ZoneInfo which describes which ZonePolicy was being followed during a particular time period |
Cace_time::ZoneInfoMid::ZoneEra | An entry in ZoneInfo which describes which ZonePolicy was being followed during a particular time period |
Cace_time::ZoneInfoHigh::ZoneEraBroker | Data broker for accessing ZoneEra |
Cace_time::ZoneInfoLow::ZoneEraBroker | Data broker for accessing ZoneEra |
Cace_time::ZoneInfoMid::ZoneEraBroker | Data broker for accessing ZoneEra |
Cace_time::ZoneInfoHigh::ZoneInfo | Representation of a given time zone, implemented as an array of ZoneEra records |
Cace_time::ZoneInfoLow::ZoneInfo | Representation of a given time zone, implemented as an array of ZoneEra records |
Cace_time::ZoneInfoMid::ZoneInfo | Representation of a given time zone, implemented as an array of ZoneEra records |
Cace_time::ZoneInfoHigh::ZoneInfoBroker | Data broker for accessing ZoneInfo |
Cace_time::ZoneInfoLow::ZoneInfoBroker | Data broker for accessing ZoneInfo |
Cace_time::ZoneInfoMid::ZoneInfoBroker | Data broker for accessing ZoneInfo |
Cace_time::ZoneInfoHigh | Wrapper class so that the entire collection can be referenced as a singel template parameter |
Cace_time::ZoneInfoLow | |
Cace_time::ZoneInfoMid | Wrapper class so that the entire collection can be referenced as a singel template parameter |
Cace_time::ZoneInfoHigh::ZoneInfoStore | A storage object that creates an ZoneInfoBroker from a key that identifies the ZoneInfo |
Cace_time::ZoneInfoLow::ZoneInfoStore | A storage object that creates an ZoneInfoBroker from a key that identifies the ZoneInfo |
Cace_time::ZoneInfoMid::ZoneInfoStore | A storage object that creates an ZoneInfoBroker from a key that identifies the ZoneInfo |
▼Cace_time::ZoneManager | Base class for ManualZoneManager, BasicZoneManager, and ExtendedZoneManager to keep ZoneManager::kInvalidIndex for backwards compatibility |
Cace_time::ZoneManagerTemplate< D, ZP, Z > | A templatized implementation of ZoneManager that binds the ZoneRegistrar with the corresponding (Basic|Extended)ZoneProcessorCache |
Cace_time::ZoneInfoHigh::ZonePolicy | A collection of transition rules which describe the DST rules of a given administrative region |
Cace_time::ZoneInfoLow::ZonePolicy | A collection of transition rules which describe the DST rules of a given administrative region |
Cace_time::ZoneInfoMid::ZonePolicy | A collection of transition rules which describe the DST rules of a given administrative region |
Cace_time::ZoneInfoHigh::ZonePolicyBroker | Data broker for accessing ZonePolicy |
Cace_time::ZoneInfoLow::ZonePolicyBroker | Data broker for accessing ZonePolicy |
Cace_time::ZoneInfoMid::ZonePolicyBroker | Data broker for accessing ZonePolicy |
▼Cace_time::ZoneProcessor | Base interface for ZoneProcessor classes |
▼Cace_time::BasicZoneProcessorTemplate< basic::Info > | |
Cace_time::BasicZoneProcessor | A specific implementation of BasicZoneProcessorTemplate that uses ZoneXxxBrokers which read from zonedb files in PROGMEM flash memory |
▼Cace_time::ExtendedZoneProcessorTemplate< complete::Info > | |
Cace_time::CompleteZoneProcessor | A 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 |
▼Cace_time::ExtendedZoneProcessorTemplate< extended::Info > | |
Cace_time::ExtendedZoneProcessor | A specific implementation of ExtendedZoneProcessorTemplate that uses the extended::Info::ZoneXxxBrokers classes which read from 'zonedbx' files in PROGMEM flash memory |
Cace_time::BasicZoneProcessorTemplate< D > | An implementation of ZoneProcessor that supports a subset of the zones containing in the TZ Database |
Cace_time::ExtendedZoneProcessorTemplate< D > | An implementation of ZoneProcessor that supports for all zones defined by the TZ Database |
▼Cace_time::ZoneProcessorCacheBaseTemplate< ZP > | The template class of BasicZoneProcessorCacheBase or ExtendedZoneProcessorCacheBase |
Cace_time::BasicZoneProcessorCache< SIZE > | An implementation of a BasicZoneProcessorCacheBase where the cache of size SIZE is embedded into the class itself |
Cace_time::CompleteZoneProcessorCache< SIZE > | An implementation of an CompleteZoneProcessorCacheBase where the cache of size SIZE is embedded into the class itself |
Cace_time::ExtendedZoneProcessorCache< SIZE > | An implementation of an ExtendedZoneProcessorCacheBase where the cache of size SIZE is embedded into the class itself |
Cace_time::ZoneRegistrarTemplate< D > | Class that allows looking up the ZoneInfo from its TZDB identifier (e.g |
Cace_time::ZoneInfoHigh::ZoneRegistryBroker | Data broker for accessing the ZoneRegistry |
Cace_time::ZoneInfoLow::ZoneRegistryBroker | Data broker for accessing the ZoneRegistry |
Cace_time::ZoneInfoMid::ZoneRegistryBroker | Data broker for accessing the ZoneRegistry |
Cace_time::ZoneInfoHigh::ZoneRule | A time zone transition rule |
Cace_time::ZoneInfoLow::ZoneRule | A time zone transition rule |
Cace_time::ZoneInfoMid::ZoneRule | A time zone transition rule |
Cace_time::ZoneInfoHigh::ZoneRuleBroker | Data broker for accessing ZoneRule |
Cace_time::ZoneInfoLow::ZoneRuleBroker | Data broker for accessing ZoneRule |
Cace_time::ZoneInfoMid::ZoneRuleBroker | Data broker for accessing ZoneRule |
Cace_time::ZoneSorterByName< ZM > | ZoneSorterByName, templatized on BasicZoneManager or ExtendedZoneManager |
Cace_time::ZoneSorterByOffsetAndName< ZM > | ZoneSorterByOffsetAndName, templatized on a ZoneManager (BasicZoneManager, ExtendedZoneManager, or CompleteZoneManager) |
Cace_time::ZoneTemplate< D > | A thin wrapper around a ZoneInfo data structure to provide a stable API access to some useful ZoneInfo data |