NeoMutt  2024-03-23-147-g885fbc
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Tz Struct Reference

List of recognised Timezones. More...

#include "date.h"

Data Fields

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.
 

Detailed Description

List of recognised Timezones.

Definition at line 49 of file date.h.

Field Documentation

◆ tzname

char Tz::tzname[8]

Name, e.g. UTC.

Definition at line 51 of file date.h.

◆ zhours

unsigned char Tz::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

bool Tz::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: