List of recognised Timezones.
More...
#include "date.h"
|
char | tzname [8] |
| Name, e.g. UTC.
|
|
unsigned char | zhours |
| Hours away from UTC.
|
|
unsigned char | zminutes |
| Minutes away from UTC.
|
|
bool | zoccident |
| True if west of UTC, False if East.
|
|
List of recognised Timezones.
Definition at line 49 of file date.h.
◆ tzname
Name, e.g. UTC.
Definition at line 51 of file date.h.
◆ zhours
Hours away from UTC.
Definition at line 52 of file date.h.
◆ zminutes
unsigned char Tz::zminutes |
Minutes away from UTC.
Definition at line 53 of file date.h.
◆ zoccident
True if west of UTC, False if East.
Definition at line 54 of file date.h.
The documentation for this struct was generated from the following file: