AceTime
3.0.0
Date and time classes for Arduino that support timezones from the TZ Database.
|
A simple version of ZoneManager that converts a manual TimeZoneData with fixed STD and DST offsets into a TimeZone. More...
#include <ZoneManager.h>
Public Member Functions | |
TimeZone | createForTimeZoneData (const TimeZoneData &d) |
Create a TimeZone with fixed STD and DST offsets stored in the TimeZoneData which was created by TimeZone::toTimeZoneData(). More... | |
uint16_t | zoneRegistrySize () const |
A simple version of ZoneManager that converts a manual TimeZoneData with fixed STD and DST offsets into a TimeZone.
Definition at line 38 of file ZoneManager.h.
|
inline |
Create a TimeZone with fixed STD and DST offsets stored in the TimeZoneData which was created by TimeZone::toTimeZoneData().
IANA timezones are not supported.
Definition at line 45 of file ZoneManager.h.