#include "timeutils/zoneinfo.h"#include "timeutils/zonedb.h"#include "reloc.h"#include "messages.h"#include <ctype.h>#include <string.h>
Classes | |
| struct | Transition |
| struct | ZoneInfo |
| struct | TimeZoneInfo |
Macros | |
| #define | TZCACHE_SIZE 4 |
| #define | TZCACHE_SIZE_MASK (TZCACHE_SIZE - 1) |
| #define | TZ_MAGIC "TZif" |
Functions | |
| gint32 | time_zone_info_get_offset (const TimeZoneInfo *self, time_t stamp) |
| TimeZoneInfo * | time_zone_info_new (const gchar *tz) |
| void | time_zone_info_free (TimeZoneInfo *self) |
Variables | |
| const gint64 | LOWEST_TIME32 = (gint64)((gint32)0x80000000) |
| #define TZ_MAGIC "TZif" |
| #define TZCACHE_SIZE 4 |
| #define TZCACHE_SIZE_MASK (TZCACHE_SIZE - 1) |
| void time_zone_info_free | ( | TimeZoneInfo * | self | ) |
| gint32 time_zone_info_get_offset | ( | const TimeZoneInfo * | self, |
| time_t | stamp | ||
| ) |
| TimeZoneInfo* time_zone_info_new | ( | const gchar * | tz | ) |
| const gint64 LOWEST_TIME32 = (gint64)((gint32)0x80000000) |