NeoMutt  2023-05-17-33-gce4425
Teaching an old dog new tricks
DOXYGEN
Tz Struct Reference

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...
 

Detailed Description

List of recognised Timezones.

Definition at line 42 of file date.h.

Field Documentation

◆ tzname

char Tz::tzname[8]

Name, e.g. UTC.

Definition at line 44 of file date.h.

◆ zhours

unsigned char Tz::zhours

Hours away from UTC.

Definition at line 45 of file date.h.

◆ zminutes

unsigned char Tz::zminutes

Minutes away from UTC.

Definition at line 46 of file date.h.

◆ zoccident

bool Tz::zoccident

True if west of UTC, False if East.

Definition at line 47 of file date.h.


The documentation for this struct was generated from the following file: