List of recognised Timezones. More...
#include "date.h"
Data Fields | |
char | tzname [8] |
Name, e.g. UTC. More... | |
unsigned char | zhours |
Hours away from UTC. More... | |
unsigned char | zminutes |
Minutes away from UTC. More... | |
bool | zoccident |
True if west of UTC, False if East. More... | |