ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts
1.0
ESP8266ILI9341DisplayProject
|
DST structure. More...
#include <time.h>
Data Fields | |
time_t | start |
time_t | end |
Start of local DST in GMT. More... | |
time_t | epoch |
End of local DST in GMT. More... | |
time_t dst_t::end |
Start of local DST in GMT.
Definition at line 107 of file time.h.
Referenced by is_dst(), print_dst(), print_dst_gmt(), and set_dst().
time_t dst_t::epoch |
time_t dst_t::start |
Definition at line 106 of file time.h.
Referenced by is_dst(), print_dst(), print_dst_gmt(), and set_dst().