AceTime
0.1
Date and time classes for Arduino that supports the TZ DAtabase, and a system clock synchronized from an NTP server or an RTC chip.
|
A tuple that represents a date and time, using a timeCode that tracks the time component using 15-minute intervals. More...
#include <ExtendedZoneSpecifier.h>
Public Member Functions | |
void | log () const |
Used only for debugging. More... | |
Public Attributes | |
int8_t | yearTiny |
uint8_t | month |
uint8_t | day |
int8_t | timeCode |
uint8_t | modifier |
A tuple that represents a date and time, using a timeCode that tracks the time component using 15-minute intervals.
Definition at line 54 of file ExtendedZoneSpecifier.h.
|
inline |
Used only for debugging.
Definition at line 62 of file ExtendedZoneSpecifier.h.