#include <time.h>
Go to the source code of this file.
Classes | |
class | GDateTime |
struct | GDateTime::GDstInfo |
Daylight savings info record. More... | |
struct | GTimeZone |
Time zone information. More... | |
Defines | |
#define | GDTF_DAY_MONTH_YEAR 0x001 |
Format the date as DD/MM/YYYY. | |
#define | GDTF_MONTH_DAY_YEAR 0x002 |
Format the date as MM/DD/YYYY. | |
#define | GDTF_YEAR_MONTH_DAY 0x004 |
Format the date as YYYY/MM/DD. | |
#define | GDTF_12HOUR 0x010 |
Format the time as HH:MM and an am/pm marker. | |
#define | GDTF_24HOUR 0x020 |
Format the time as 24 hour time. | |
#define | GDTF_DAY_LEADINGZ 0x100 |
Format the date with a leading zero. | |
#define | GDTF_MONTH_LEADINGZ 0x200 |
Format the month with a leading zero. | |
Variables | |
GTimeZone | GTimeZones [] |
A list of all known timezones. |